dir2point (104B)
1 #!/bin/sh 2 3 if [ $# -gt 0 ]; 4 then 5 cd "$1" 6 fi 7 8 rm *.txt 2>/dev/null 9 10 cat *.md | md2point 11 catpoint *.txt 12
pointtoolsSimple point utilities to hold text presentations. | |
git clone git://r-36.net/pointtools | |
Log | Files | Refs | README | LICENSE |