add cljs repl script
This commit is contained in:
parent
c2e3b779d9
commit
5259e5df55
1 changed files with 4 additions and 0 deletions
4
scripts/cljs-repl.sh
Executable file
4
scripts/cljs-repl.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
rlwrap java -cp `lein classpath` clojure.main repl.clj
|
||||
|
||||
Loading…
Reference in a new issue