bin/abcl-nrepl @ b89b95f1cb1d

Oh god
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Jul 2017 15:25:03 +0000
parents 30edc2f560bf
children (none)
#!/usr/bin/env bash

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