1
0
Fork 0
mirror of https://github.com/erkin/ponysay.git synced 2025-04-05 02:39:39 +02:00
This commit is contained in:
Sven-Hendrik Haase 2012-02-26 16:51:28 +01:00
parent 14147caf2c
commit 2eca5eaa96

View file

@ -6,7 +6,7 @@ function ponyf() {
if [[ -f ${ponydir}/${1}.cow ]] ; then
cowsay -f "${ponydir}/${1}.cow" $@
else
ponyr
ponyr
fi
}
function ponyr() {