bin/sbcl-raw @ 385a012ed003

Dump
author Steve Losh <steve@stevelosh.com>
date Sat, 05 May 2018 16:17:54 -0400
parents 665fffea183b
children 782d9fce020f
#!/usr/bin/env bash

set -e

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