dir2point - pointtools - Simple point utilities to hold text presentations. HTML git clone git://bitreich.org/pointtools/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/pointtools/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- 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