dir2point - pointtools - Simple point utilities to hold text presentations.
(HTM) git clone git://r-36.net/pointtools
(DIR) Log
(DIR) Files
(DIR) Refs
(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