bin/sbcl-rlwrap @ af2b6e2d27f3

Updates, remove airline and sparkup
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Aug 2017 12:08:23 -0400
parents 85bedd1649b9
children 07fbabc1f02d
#!/usr/bin/env bash

set -e
rlwrap --histsize 1000 --history-filename "$HOME/.rlwrap-lisp-history" -- ros -L sbcl run -l ~/.sbclrc -- --dynamic-space-size 4000 "$@"