summarylogtreecommitdiffstats
path: root/shim.sh
diff options
context:
space:
mode:
authorWhyme Lyu2022-01-04 22:18:21 +0800
committerWhyme Lyu2022-01-05 00:59:06 +0800
commit723a0c8d80bf9954328868c1a1c737eb1797bb8f (patch)
tree7edb110c1442615ce8684a0180ab999cd4503467 /shim.sh
downloadaur-723a0c8d80bf9954328868c1a1c737eb1797bb8f.tar.gz
Initial version of sunloginremote
Diffstat (limited to 'shim.sh')
-rwxr-xr-xshim.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/shim.sh b/shim.sh
new file mode 100755
index 000000000000..e7f9d8e97604
--- /dev/null
+++ b/shim.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+LANG="${SUNLOGINREMOTE_LANG:-zh_CN}"
+export LANG
+exec /opt/sunloginremote/bin/sunloginremote "$@"