More
#!/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