Mercurial > repl
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:073974145f90 | 2:1579e83305d7 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 rlwrap --command clojure --complete-filenames --quote-characters='\"' --prompt-colour=yellow swank-all --repl | 3 rlwrap --command clojure -f /home/r/.clojure_completions --complete-filenames --quote-characters='\"' --prompt-colour=yellow swank-all --repl |
4 | 4 |