bin/abcl-nrepl @ 07fbabc1f02d

Expunge Roswell
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 17:56:56 -0400
parents 30edc2f560bf
children (none)
#!/usr/bin/env bash

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