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
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
$#
-gt
0
]
;
then
cd
"
$1
"
fi
rm *.txt 2>/dev/null
cat *.md
|
md2point
catpoint *.txt
Reference in New Issue
View Git Blame
Copy Permalink