bin/sbcl-rlwrap @ 07fbabc1f02d

Expunge Roswell
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 17:56:56 -0400
parents 85bedd1649b9
children (none)
#!/usr/bin/env bash

set -e
rlwrap --histsize 1000 --history-filename "$HOME/.rlwrap-lisp-history" -- /usr/local/bin/sbcl --noinform --dynamic-space-size 4000 "$@"