aboutsummaryrefslogtreecommitdiff
path: root/trayfreq
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-04-10 15:19:03 +1200
committerDavid <dbphillipsnz@gmail.com>2014-04-10 15:19:03 +1200
commit7b49e4ee85ba6688dfcd6fd1a0bc7699f56c1c1f (patch)
tree7ee28b12f448de110b80443ce83143b34c1deea8 /trayfreq
parent57e8a5c2bc326b61f319c89b1356bb7bceed2ae0 (diff)
downloadparamano-7b49e4ee85ba6688dfcd6fd1a0bc7699f56c1c1f.tar.xz
Added missing files
Diffstat (limited to 'trayfreq')
-rwxr-xr-xtrayfreq9
1 files changed, 9 insertions, 0 deletions
diff --git a/trayfreq b/trayfreq
new file mode 100755
index 0000000..8686b41
--- /dev/null
+++ b/trayfreq
@@ -0,0 +1,9 @@
+#!/usr/bin/bash
+
+lang=$(locale | grep LANGUAGE | cut -d= -f2 | cut -d_ -f1)
+
+if [ lang = "fr" ]; then
+ trayfreq-fr $@
+else
+ trayfreq-en $@
+fi