mirror of
https://github.com/erkin/ponysay
synced 2024-11-14 23:57:09 +00:00
m fix
This commit is contained in:
parent
ef6df536ef
commit
27fbbf1738
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -19,7 +19,7 @@ version() {
|
|||
}
|
||||
|
||||
scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2`
|
||||
listcmd=$(echo $0 | sed -e 's/\/ponysay$/\//g' -e 's/\/ponythink$/\//g')"ponysaylist.pl"
|
||||
listcmd="$0list.pl"
|
||||
|
||||
list() {
|
||||
echo -e "\\e[01mponyfiles located in $SYSTEMPONIES:\\e[21m"
|
||||
|
|
Loading…
Reference in a new issue