diff swank-all.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
line wrap: on
line diff
     1.1 --- a/swank-all.sh	Wed Oct 19 06:26:02 2011 -0700
     1.2 +++ b/swank-all.sh	Sun Dec 11 19:58:57 2011 -0700
     1.3 @@ -1,17 +1,18 @@
     1.4  #!/bin/sh
     1.5  
     1.6 +cd /home/r/tmp
     1.7 +
     1.8  S_EXPR=""
     1.9  
    1.10 -
    1.11  if [ "$1" = "--repl" ]; then
    1.12      ACTION="--repl"
    1.13  else
    1.14 -    S_EXPR="(do (require 'swank.swank)(swank.swank/start-repl 4005 ))"
    1.15 +    S_EXPR="(do (require 'swank.swank)\
    1.16 +                (require 'rlm.rlm-commands)\
    1.17 +                (swank.swank/start-repl 4005 ))"
    1.18      ACTION=" -e "
    1.19  fi
    1.20  
    1.21 -
    1.22 -
    1.23  java \
    1.24  \
    1.25  `: # java VM options`\
    1.26 @@ -52,14 +53,4 @@
    1.27  `: # start the repl for clojure`\
    1.28  \
    1.29   clojure.main ${ACTION} "${S_EXPR}"
    1.30 -# clojure.main -e "(do (require 'swank.swank)(swank.swank/start-repl 4005 ))"
    1.31  
    1.32 -
    1.33 -
    1.34 -
    1.35 -# removed genesis stuff
    1.36 -#`: # Genesis Stuff.`\
    1.37 -#/home/r/proj/Genesis/src:\
    1.38 -#/home/r/proj/workspace/Gauntlet/binary:\
    1.39 -#/home/r/proj/workspace/Clips/bin:\
    1.40 -#/home/r/proj/workspace/Propagators/bin\