CSAPP-labs/shlab/rjudge.sh

8 lines
92 B
Bash
Executable File

for i in $(seq 1 9)
do
make rtest0$i
done
for i in $(seq 10 16)
do
make rtest$i
done