bin/nrepl @ 5c97265b7ffc

add vim-sexp
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Feb 2016 12:40:36 +0000
parents 90713cd711f1
children 8ce6e1e14b22
#!/usr/bin/env bash

set -e

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