diff options
Diffstat (limited to 'utf8')
-rwxr-xr-x | utf8 | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,7 +0,0 @@ -#!/bin/sh -export LC_ALL=en_US.UTF-8 -case "$XTERM_SHELL" in -$0) echo -n '%G'; exec "$@" ;; -'') exec "$@" ;; -*) echo -n '%G'; "$@"; echo -n '%@' ;; -esac |