Add dir2catpoint, for presenting a directory content easily.

master
Christoph Lohmann 2018-06-24 18:32:24 +02:00
parent e770be3082
commit 48eb525c32
1 changed files with 11 additions and 0 deletions

11
bin/dir2catpoint Executable file
View File

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