bin/ccl-nrepl @ 1ff33bef5984

a bunch more crap
author Steve Losh <steve@stevelosh.com>
date Sun, 29 May 2016 10:19:33 +0000
parents 735d4fc86bc8
children 171b0efe559d
#!/usr/bin/env bash

set -e

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