bin/ccl-nrepl @ c3167738abd5

A bunch of shit
author Steve Losh <steve@stevelosh.com>
date Fri, 20 Jan 2017 11:57:07 +0000
parents 171b0efe559d
children (none)
#!/usr/bin/env bash

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