mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
37b62303db
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