bin/ccl-nrepl @ 68fb1509991b

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

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