diff --git a/bin/dir2catpoint b/bin/dir2catpoint new file mode 100755 index 0000000..157126e --- /dev/null +++ b/bin/dir2catpoint @@ -0,0 +1,11 @@ +#!/bin/sh + +if [ $# -gt 0 ]; +then + cd "$1" +fi + +rm *.txt +cat *.md | md2point +catpoint *.txt +