summaryrefslogtreecommitdiff
path: root/ci/data/bogenherr-starter.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'ci/data/bogenherr-starter.lisp')
-rw-r--r--ci/data/bogenherr-starter.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/data/bogenherr-starter.lisp b/ci/data/bogenherr-starter.lisp
deleted file mode 100644
index 1b95947..0000000
--- a/ci/data/bogenherr-starter.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-(load "/etc/sbclrc")
-(asdf:operate 'asdf:load-op 'swank)
-(setf swank::*loopback-interface* "0.0.0.0")
-(swank:create-server :port 4110 :dont-close t)
-(asdf:operate 'asdf:load-op 'bogenherr)
-(in-package :bogenherr)
-(bogenherr)