bin/abcl-nrepl @ 68fb1509991b

Happy New Year
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jan 2017 12:58:36 +0000
parents 30edc2f560bf
children (none)
#!/usr/bin/env bash

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