summaryrefslogtreecommitdiff
path: root/lang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang.sh b/lang.sh
deleted file mode 100755
index 8b9fab1..0000000
--- a/lang.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-ENGINES=$(ibus engine)
-case "$ENGINES" in
- *en*)
- echo "EN"
- ;;
- *pl*)
- echo "PL"
- ;;
- *anthy*)
- echo "JA"
- ;;
- *)
- echo "??"
- ;;
-esac