diff repl.sh @ 1:073974145f90

moved swank-all, and created a standalone repl script
author Robert McIntyre <rlm@mit.edu>
date Wed, 19 Oct 2011 06:26:02 -0700
parents
children 1579e83305d7
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/repl.sh	Wed Oct 19 06:26:02 2011 -0700
     1.3 @@ -0,0 +1,4 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +rlwrap --command clojure --complete-filenames --quote-characters='\"' --prompt-colour=yellow swank-all --repl
     1.7 +