mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-18 10:24:24 +01:00
Oh crap
This commit is contained in:
parent
14147caf2c
commit
2eca5eaa96
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue