Mercurial > repl
annotate dylan/wrapped_repl.sh @ 10:d60460cbcf4b tip
integrated genesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 08 Jul 2013 12:30:50 -0400 |
parents | 8a0edc0a0448 |
children |
rev | line source |
---|---|
ocsenave@3 | 1 #!/bin/sh |
ocsenave@3 | 2 |
ocsenave@3 | 3 rlwrap --command clojure -f /home/ocsenave/.clojure_completions --complete-filenames --quote-characters='\"' --prompt-colour=yellow swank-all --repl |
ocsenave@3 | 4 |