#!/usr/bin/env bash set -euo pipefail git clone https://git.tojo.tokyo/infix-to-prefix.git . git checkout "${branch:-master}" git log -n 1 guix shell --pure -m manifest.scm -- make test