Skip to content

Instantly share code, notes, and snippets.

@selwynsimsek
Created October 4, 2018 08:26
Show Gist options
  • Save selwynsimsek/d21b95de69007ba696495bda376d18e9 to your computer and use it in GitHub Desktop.
Save selwynsimsek/d21b95de69007ba696495bda376d18e9 to your computer and use it in GitHub Desktop.
#!/bin/bash
lisp=$(1:sbcl)
port=$(2:4005)
$lisp --eval '(ql:quickload :swank)' \
--eval \'(swank:create-server :port $port :dont-close t)\' \
--eval '(sleep (expt 10 10))' \
--non-interactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment