2nd_Sem_Bogachev/2025.04.04/test/test1.sh
2025-04-08 14:29:26 +03:00

3 lines
105 B
Bash
Executable file

#!/bin/bash
# 300 runs
for ((n=1; n<=300;n++)) ; do echo "--------- n=$n ----------" ; ./a.out $n ; done