bin/cacl @ 31ddcddb32bf

More
author Steve Losh <steve@stevelosh.com>
date Sun, 16 Dec 2018 17:58:06 -0500
parents 07f9a2d5c710
children 2f3f2eb8cfdf
#!/usr/bin/env bash

set -e

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