You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a simple script allowing bulk downloading of a couple of task files. Currently, you need to call get_tasks_and_generate_csv.sh separately for each file, which is a tedious work.
The text was updated successfully, but these errors were encountered:
I use something like for line in $(cat tasks.txt); do ./get_tasks_and_generate_csv.sh "$line"; done for this, where tasks.txt contains the name of tasks files on separate lines.
Add a simple script allowing bulk downloading of a couple of task files. Currently, you need to call
get_tasks_and_generate_csv.sh
separately for each file, which is a tedious work.The text was updated successfully, but these errors were encountered: