Move scripts into their own directory.

This commit is contained in:
Colin Jones
2010-11-01 20:09:15 -05:00
parent fa9b51743c
commit baecf7edb4
7 changed files with 2 additions and 4 deletions

8
script/repl Executable file
View File

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