bin/ccl-nrepl @ 1ecae6c99d54

More
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Oct 2017 10:02:20 -0700
parents 171b0efe559d
children (none)
#!/usr/bin/env bash

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