Add dir2catpoint, for presenting a directory content easily.
parent
e770be3082
commit
48eb525c32
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ $# -gt 0 ];
|
||||||
|
then
|
||||||
|
cd "$1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
rm *.txt
|
||||||
|
cat *.md | md2point
|
||||||
|
catpoint *.txt
|
||||||
|
|
Loading…
Reference in New Issue