bin/abcl-nrepl @ c885ce38afce

Remove ccs, update ack and commentary
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Aug 2017 12:19:37 -0400
parents 30edc2f560bf
children (none)
#!/usr/bin/env bash

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