bin/cacl @ 8148377ec342

Update subrepo
author Steve Losh <steve@stevelosh.com>
date Tue, 07 Nov 2023 10:05:28 -0500
parents c5124aa20cbd
children (none)
#!/usr/bin/env bash

set -e

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