diff options
-rwxr-xr-x | ponysay | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,4 +19,7 @@ function wtrunc { fi } +# Ponies use UTF-8 drawing characters. Prevent a Perl warning. +export PERL_UNICODE=S + "$0.py" "$@" | wtrunc |
index : ponysay.git | ||
Ponysay: Cowsay but with ponies, in Python | jaseg |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | ponysay | 3 |
@@ -19,4 +19,7 @@ function wtrunc { fi } +# Ponies use UTF-8 drawing characters. Prevent a Perl warning. +export PERL_UNICODE=S + "$0.py" "$@" | wtrunc |