File size: 82 Bytes
6931c7b |
1 2 3 4 |
for language in "$@"
do
python download_and_process.py --language "$language"
done |
6931c7b |
1 2 3 4 |
for language in "$@"
do
python download_and_process.py --language "$language"
done |