bin/nrepl @ b69dc77f379c

A bunch more crap
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Apr 2016 22:11:59 +0000
parents 8ce6e1e14b22
children (none)
#!/usr/bin/env bash

set -e

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