aboutsummaryrefslogtreecommitdiff
path: root/utf8
diff options
context:
space:
mode:
Diffstat (limited to 'utf8')
-rwxr-xr-xutf87
1 files changed, 0 insertions, 7 deletions
diff --git a/utf8 b/utf8
deleted file mode 100755
index 58460bd..0000000
--- a/utf8
+++ /dev/null
@@ -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