bin/sbcl-nrepl @ f34fe92ef63c

Commit waiting stuff
author Steve Losh <steve@stevelosh.com>
date Fri, 19 Jan 2018 20:05:03 +0000
parents 171b0efe559d
children (none)
#!/usr/bin/env bash

set -e
sbcl-rlwrap --eval "(ql:quickload 'nrepl)" --eval "(nrepl:start-server)" "$@"