bin/ccl-nrepl @ b92a70549d55

Ooze stuff and more
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Apr 2016 22:01:25 +0000
parents 735d4fc86bc8
children 171b0efe559d
#!/usr/bin/env bash

set -e

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