bin/cacl-ccl @ cb2e07924093

Give up on building with ECL
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Mar 2022 23:49:49 -0500
parents (none)
children (none)
#!/usr/bin/env bash

set -euo pipefail
cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
ccl-raw -I cacl-ccl.image -- "$@"