1 #!/bin/sh
2 ###set -e
3
4 trap "exit" INT
5
6 ./collatz_test.sh output1
7 ./alcohol_test.sh output2
8 ./drumb_test.sh output3
9