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