bin/cacl @ dfb6c15ac3f5

Updates
author Steve Losh <steve@stevelosh.com>
date Fri, 19 Oct 2018 14:45:58 -0700
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[@]}")