projects
/
jpf-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae8659b
)
Adding a script to set the environment variables for groovyc.
author
rtrimana
<rtrimana@uci.edu>
Thu, 21 May 2020 18:12:50 +0000
(11:12 -0700)
committer
rtrimana
<rtrimana@uci.edu>
Thu, 21 May 2020 18:12:50 +0000
(11:12 -0700)
lib/setenv.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/lib/setenv.sh
b/lib/setenv.sh
new file mode 100755
(executable)
index 0000000..
29c2bdd
--- /dev/null
+++ b/
lib/setenv.sh
@@ -0,0
+1,4
@@
+#!/bin/sh
+
+export GROOVY_HOME=$1/groovy-2.5.8/
+export PATH=$GROOVY_HOME/bin:$PATH