summaryrefslogtreecommitdiff
path: root/community/liteide/liteide.sh
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-15 01:55:49 -0700
committerroot <root@rshg054.dnsready.net>2013-08-15 01:55:49 -0700
commit67142d22ee558cc14309b0a3d372ed796ae8d545 (patch)
treec5438425fb356422d27df30dd9896407e397ca33 /community/liteide/liteide.sh
parent35ddd3815641e4564d75c5b402f7f0cf48628167 (diff)
Thu Aug 15 01:55:47 PDT 2013
Diffstat (limited to 'community/liteide/liteide.sh')
-rw-r--r--community/liteide/liteide.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/liteide/liteide.sh b/community/liteide/liteide.sh
new file mode 100644
index 000000000..d7d0772b5
--- /dev/null
+++ b/community/liteide/liteide.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+ELF=/usr/bin/liteide
+if [ ! -z $GOROOT -a -e $GOROOT ]; then
+ $ELF $@
+else
+ GOROOT=/usr/lib/go $ELF $@
+fi