bin/sbcl @ 3e8af1c65b8c

More
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Jan 2019 20:16:53 -0500
parents 46c7c92011de
children 958e380d20f0
#!/usr/bin/env bash

set -e
rlwrap-lisp /usr/local/bin/sbcl --dynamic-space-size 4096 --noinform "$@"