bin/cacl @ 4237c4d29d58

More
author Steve Losh <steve@stevelosh.com>
date Wed, 12 Dec 2018 13:40:28 -0500
parents 5d1659688c9b
children 2f3f2eb8cfdf
#!/usr/bin/env bash

set -e

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