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