bin/abcl-nrepl @ 532584aa6e20

Kill me
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Oct 2017 16:28:27 -0400
parents 30edc2f560bf
children (none)
#!/usr/bin/env bash

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