#!/usr/bin/env bash

set -u

printf 'alpha\n' >"$CHANGE_WORK_DIR/alpha"
printf '10-write-alpha\n' >>"$CHANGE_WORK_DIR/mutations.log"
