diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-18 21:18:18 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-18 21:18:18 -0600 |
| commit | 08e435104c42751689553537b1f20ffb14b8dfcc (patch) | |
| tree | f83d8db1a02d4be448ab044d28fda7411470bd7c /ci/data/bogenherr-starter.lisp | |
initial commit
Diffstat (limited to 'ci/data/bogenherr-starter.lisp')
| -rw-r--r-- | ci/data/bogenherr-starter.lisp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/data/bogenherr-starter.lisp b/ci/data/bogenherr-starter.lisp new file mode 100644 index 0000000..1b95947 --- /dev/null +++ b/ci/data/bogenherr-starter.lisp @@ -0,0 +1,7 @@ +(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) |
