This website requires JavaScript.
Explore
Help
Register
Sign In
Baguette
/
pointtools
Watch
3
Star
0
Fork
You've already forked pointtools
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e0d87452da
pointtools
/
bin
/
dir2point
13 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add dir2catpoint, for presenting a directory content easily.
2018-06-24 18:32:24 +02:00
#!/bin/sh
if [ $# -gt 0 ];
then
cd "$1"
fi
Fix dir2point for empty rm.
2018-07-22 17:53:14 +02:00
rm *.txt 2>/dev/null
Add dir2catpoint, for presenting a directory content easily.
2018-06-24 18:32:24 +02:00
cat *.md | md2point
catpoint *.txt