move repl.clj to scripts

This commit is contained in:
nathanmarz 2017-06-12 12:29:49 -04:00
parent e8ba45e22b
commit d36b4340c3
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
rlwrap java -cp `lein classpath` clojure.main repl.clj
rlwrap java -cp `lein classpath` clojure.main scripts/repl.clj