tRename dir2catpoint to dir2point, to follow other naming. - pointtools - Simple point utilities to hold text presentations.
(HTM) git clone git://r-36.net/pointtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1299c159e753b6c494bdec06e1f537a9b8f3f5f2
(DIR) parent 48eb525c324a6773e7998a73d5d30315afbc0566
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 24 Jun 2018 18:42:53 +0200
Rename dir2catpoint to dir2point, to follow other naming.
Diffstat:
bin/dir2catpoint | 11 -----------
bin/dir2point | 11 +++++++++++
2 files changed, 11 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/bin/dir2catpoint b/bin/dir2catpoint
t@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if [ $# -gt 0 ];
-then
- cd "$1"
-fi
-
-rm *.txt
-cat *.md | md2point
-catpoint *.txt
-
(DIR) diff --git a/bin/dir2point b/bin/dir2point
t@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ $# -gt 0 ];
+then
+ cd "$1"
+fi
+
+rm *.txt
+cat *.md | md2point
+catpoint *.txt
+