Mercurial > repl
annotate dylan/wrapped_repl.sh @ 3:8a0edc0a0448
created seperate folders for dylan and robert and fixed old repl script
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Tue, 28 Feb 2012 19:53:47 -0600 |
parents | |
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 |