bin/sbcl-rlwrap @ 1ecae6c99d54

More
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Oct 2017 10:02:20 -0700
parents 07fbabc1f02d
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 "$@"