Sherman-Morrison/independent_test_harness/check_result.sh

6 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
make
rm -v blocked kay cu
./test b > blocked && ./test k > kay && ./test c > cu && head -n 4 cu && awk 'NR==5' blocked && awk 'NR==5' kay && awk 'NR==5' cu