bin/b @ d02c81529a7e default tip

More
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Feb 2026 12:24:49 -0500
parents (none)
children (none)
#!/usr/bin/env bash

set -e

# sbcl --eval '(ql:quickload '"'"'(:losh :str) :silent t)' --eval '(in-package :losh-user)' "$@"

pushd ~/src/bench

./bench.sh "$@"

popd