#!/bin/sh ./build.sh || exit 1 ./golem /dev/null 1 || exit 1 ./golem onlymain.golem || exit 1 ./golem onlymain.golem 16 || exit 1 valgrind ./golem mvp.golem >/dev/null || exit 1