diff options
Diffstat (limited to 'lang.sh')
| -rwxr-xr-x | lang.sh | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +#!/bin/sh + +ENGINES=$(ibus engine) +case "$ENGINES" in + *pl*) + echo "PL" + ;; + *anthy*) + echo "JA" + ;; + *) + echo "??" + ;; +esac |
