updating the path to enlightenment, adding a repl runner, and adding

the about vectors koans.
This commit is contained in:
Aaron Bedra
2010-02-05 13:57:38 -05:00
parent 11476f961c
commit c840965893
5 changed files with 49 additions and 5 deletions

8
console Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
CLASSPATH=src
for f in lib/*.jar; do
CLASSPATH=$CLASSPATH:$f
done
java -cp $CLASSPATH jline.ConsoleRunner clojure.main -r