much better

This commit is contained in:
Mattias Andrée 2012-05-08 06:17:09 +02:00
parent e3d582901b
commit 3ed997195b

View file

@ -53,7 +53,10 @@ say() {
echo -ne '\ec'
fi
exec "$cmd" -f "$pony" "${wrap:+-W$wrap}" | (exec ponysaytruncater `tput cols || echo 0` 2>/dev/null || ./ponysaytruncater `tput cols || echo 0` 2>/dev/null || cat)
exec "$cmd" -f "$pony" "${wrap:+-W$wrap}" | (ponysaytruncater `tput cols || echo 0` 2>/dev/null ||
${HOME}/.local/bin/ponysaytruncater `tput cols || echo 0` 2>/dev/null ||
./ponysaytruncater `tput cols || echo 0` 2>/dev/null ||
cat)
}
while getopts f:W:lhv OPT