bin/cacl @ dccf3005b8fe

More
author Steve Losh <steve@stevelosh.com>
date Thu, 06 Feb 2020 10:56:30 -0500
parents 0b7bb860082f
children c5124aa20cbd
#!/usr/bin/env bash

set -e

LISPS=("sbcl" "ccl" "abcl" "ecl")
LISPS=("sbcl" "ccl")
LISPS=("sbcl")
rlwrap ~/src/cacl/build/cacl-$(shuf -n1 -e "${LISPS[@]}") "$@"