diff --git a/fetch.sh b/fetch.sh index 62505de..19174d0 100755 --- a/fetch.sh +++ b/fetch.sh @@ -52,8 +52,11 @@ for i in E F 9; do rm "IN$i.csv" fetch_class "IN$i" $total echo "::endgroup::" - # Sort the file in place - sort -o "IN$i.csv" "IN$i.csv" done -sem --wait \ No newline at end of file +sem --wait + +for i in E F 9; do + # Sort the file in place + sort -o "IN$i.csv" "IN$i.csv" +done \ No newline at end of file