bin/cacl @ 5c7c7f2d7904

Mote
author Steve Losh <steve@stevelosh.com>
date Mon, 29 Oct 2018 14:01:24 -0400
parents 07f9a2d5c710
children 5d1659688c9b 31ddcddb32bf
#!/usr/bin/env bash

set -e

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