bin/sbcl-raw @ 8286e61c3b01

Updates
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Oct 2018 16:50:22 -0700
parents 385a012ed003
children 782d9fce020f
#!/usr/bin/env bash

set -e

rlwrap --quote-characters '' \
       --histsize 1000 \
       --history-filename "$HOME/.rlwrap-lisp-history" \
       /usr/local/bin/sbcl --noinform "$@"