diff options
-rwxr-xr-x | ponysay | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ say() { export PERL_UNICODE=S if [ "$TERM" = "linux" ]; then - echo -ne '\ec' + echo -ne '\e[H\e[2J' fi function wtrunc |
index : ponysay.git | ||
Ponysay: Cowsay but with ponies, in Python | jaseg |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | ponysay | 2 |
@@ -63,7 +63,7 @@ say() { export PERL_UNICODE=S if [ "$TERM" = "linux" ]; then - echo -ne '\ec' + echo -ne '\e[H\e[2J' fi function wtrunc |