Skip to content

Commit

Permalink
move repl.clj to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarz committed Jun 12, 2017
1 parent e8ba45e commit d36b434
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cljs-repl.sh
@@ -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

File renamed without changes.

0 comments on commit d36b434

Please sign in to comment.