Mercurial > repl
diff repl.sh @ 2:1579e83305d7
new and better perl script
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 11 Dec 2011 19:58:57 -0700 |
parents | 073974145f90 |
children |
line wrap: on
line diff
1.1 --- a/repl.sh Wed Oct 19 06:26:02 2011 -0700 1.2 +++ b/repl.sh Sun Dec 11 19:58:57 2011 -0700 1.3 @@ -1,4 +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 +rlwrap --command clojure -f /home/r/.clojure_completions --complete-filenames --quote-characters='\"' --prompt-colour=yellow swank-all --repl 1.8