From a9935738595c7fcbf78696a67d9e31b45830297f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 30 Jun 2013 22:38:05 +0200 Subject: Initial commit --- start | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 start (limited to 'start') diff --git a/start b/start new file mode 100755 index 0000000..ec4087d --- /dev/null +++ b/start @@ -0,0 +1,7 @@ +#!/bin/bash + +sbcl --load scrumli.asd \ + --eval "(asdf:operate 'asdf:load-op \"scrumli\")" \ + --eval "(scrumli:start-scrumli \ + :datastore-init '(:connection-spec \ + (\"scrumli\" \"slash\" nil \"localhost\")))" -- cgit v1.3-2-g0d8e