bin/nrepl @ 90713cd711f1

add nrepl script
author Steve Losh <steve@stevelosh.com>
date Fri, 22 Jan 2016 11:05:18 +0000
parents (none)
children 8ce6e1e14b22
#!/usr/bin/env bash

set -e

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