bin/ccl-nrepl @ b89b95f1cb1d

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

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