Mercurial > repl
diff 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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dylan/wrapped_repl.sh Tue Feb 28 19:53:47 2012 -0600 1.3 @@ -0,0 +1,4 @@ 1.4 +#!/bin/sh 1.5 + 1.6 +rlwrap --command clojure -f /home/ocsenave/.clojure_completions --complete-filenames --quote-characters='\"' --prompt-colour=yellow swank-all --repl 1.7 +