Skip to content

Commit

Permalink
Script to kick off server for VimClojure
Browse files Browse the repository at this point in the history
  • Loading branch information
duelinmarkers committed Mar 27, 2009
1 parent bcf8478 commit 6192dd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vimcljserver
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
CLOJURE_DIR=$HOME/dev/clojure
CLOJURE_JAR=$CLOJURE_DIR/clojure.jar
CLOJURE_CONTRIB_JAR=$HOME/dev/clojure-contrib/clojure-contrib.jar
DERBY_PATH=/usr/local/lib/java/db-derby-10.4.2.0-lib/lib
DERBY_JARS=$DERBY_PATH/derby.jar:$DERBY_PATH/derbyclient.jar
VIMCLOJURE_JAR=$HOME/.vim/vimclojure.jar
java -cp $CLOJURE_DIR/jline-0.9.94.jar:$CLOJURE_JAR:$CLOJURE_CONTRIB_JAR:$DERBY_JARS:$VIMCLOJURE_JAR:. \
com.martiansoftware.nailgun.NGServer 127.0.0.1

0 comments on commit 6192dd5

Please sign in to comment.