GNU Parallel does this excellently. I've been using this structure daily for a long time:
parallel "cd {} && gh repo sync && cd -" ::: ./*/.git/.. GNU Parallel does this excellently. I've been using this structure daily for a long time:
parallel "cd {} && gh repo sync && cd -" ::: ./*/.git/..