From 5259e5df559c5dd32066e91d7efc1bfaf2b5b116 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Thu, 8 Jun 2017 17:58:38 -0400 Subject: [PATCH] add cljs repl script --- scripts/cljs-repl.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/cljs-repl.sh diff --git a/scripts/cljs-repl.sh b/scripts/cljs-repl.sh new file mode 100755 index 0000000..7ac716a --- /dev/null +++ b/scripts/cljs-repl.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +rlwrap java -cp `lein classpath` clojure.main repl.clj +