Mercurial > repl
annotate dylan/wrapped_repl.sh @ 9:ea8bd9af7576
add ponies
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 26 Jul 2012 19:52:01 -0500 |
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 |