#!/bin/sh
###set -e

trap "exit" INT

./collatz_test.sh output1
./alcohol_test.sh output2
./drumb_test.sh output3

