bin/nrepl @ fe782aa85d4d

More
author Steve Losh <steve@stevelosh.com>
date Tue, 16 Feb 2016 11:10:23 +0000
parents 90713cd711f1
children 8ce6e1e14b22
#!/usr/bin/env bash

set -e

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