pointtools

Simple point utilities to hold text presentations.
git clone git://r-36.net/pointtools
Log | Files | Refs | LICENSE

commit 1299c159e753b6c494bdec06e1f537a9b8f3f5f2
parent 48eb525c324a6773e7998a73d5d30315afbc0566
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(-)

diff --git a/bin/dir2catpoint b/bin/dir2catpoint @@ -1,11 +0,0 @@ -#!/bin/sh - -if [ $# -gt 0 ]; -then - cd "$1" -fi - -rm *.txt -cat *.md | md2point -catpoint *.txt - diff --git a/bin/dir2point b/bin/dir2point @@ -0,0 +1,11 @@ +#!/bin/sh + +if [ $# -gt 0 ]; +then + cd "$1" +fi + +rm *.txt +cat *.md | md2point +catpoint *.txt +