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 if [[ -f ${ponydir}/${1}.cow ]] ; then
cowsay -f "${ponydir}/${1}.cow" $@ cowsay -f "${ponydir}/${1}.cow" $@
else else
ponyr ponyr
fi fi
} }
function ponyr() { function ponyr() {