bin/cacl @ b7239c572353

More
author Steve Losh <steve@stevelosh.com>
date Tue, 01 Feb 2022 10:49:39 -0500
parents dccf3005b8fe
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[@]}") "$@"