Fix dir2point for empty rm.

master
Christoph Lohmann 2018-07-22 17:53:14 +02:00
parent 1299c159e7
commit c9cabf1139
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ then
cd "$1"
fi
rm *.txt
rm *.txt 2>/dev/null
cat *.md | md2point
catpoint *.txt