CSAPP-labs/shlab/judge.sh

8 lines
90 B
Bash
Executable File

for i in $(seq 1 9)
do
make test0$i
done
for i in $(seq 10 16)
do
make test$i
done