asciify: removed useless pipe

master
Pierre Neidhardt 2013-10-23 10:32:49 +02:00
parent 1b2b3c869c
commit d4018dc93a
1 changed files with 1 additions and 1 deletions

View File

@ -76,5 +76,5 @@ if [ $# -ge 1 ]; then
_asciify "$i"
done
else
cat | _asciify
_asciify
fi