bin/sbcl-rlwrap @ a8431e53b8bd

Lots of crap
author Steve Losh <steve@stevelosh.com>
date Fri, 29 Sep 2017 10:28:47 -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 "$@"