bin/nrepl @ 29f29d72303a

A bunch of various crap
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Feb 2016 12:41:26 +0000
parents 90713cd711f1
children 8ce6e1e14b22
#!/usr/bin/env bash

set -e

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