pointtools/bin/dir2point

13 lines
104 B
Bash
Executable File

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