source $stdenv/setup set -ex urbit -d -F $SHIP -B "$PILL" $out check () { [ 3 -eq "$(herb $out -d 3)" ] } if check then echo "Boot success." >&2 herb $out -p hood -d '+hood/exit' || true else echo "Boot failure." >&2 kill $(< $out/.vere.lock) || true exit 1 fi