aboutsummaryrefslogtreecommitdiffstats
path: root/start
diff options
context:
space:
mode:
Diffstat (limited to 'start')
-rwxr-xr-xstart7
1 files changed, 7 insertions, 0 deletions
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\")))"