marking1/mark
changeset 158 f60e0908f80b
equal deleted inserted replaced
157:2bc526c28a3f 158:f60e0908f80b
       
     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