pointtools/bin/dir2point
2018-06-24 18:42:53 +02:00

12 lines
91 B
Bash
Executable File

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