Move scripts into their own directory.
This commit is contained in:
9
script/run
Executable file
9
script/run
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
CLASSPATH=src
|
||||
|
||||
for f in lib/*.jar; do
|
||||
CLASSPATH=$CLASSPATH:$f
|
||||
done
|
||||
|
||||
java -cp "$CLASSPATH" clojure.main -e '(load "path_to_enlightenment")' -e "(do (in-ns 'path-to-enlightenment) (run))"
|
||||
echo
|
Reference in New Issue
Block a user