cb80c28
1
2
3
4
5
6
#! /bin/sh for arg in $@; do python ./main.py --config=$arg --resume # Your commands to process each argument here done