updated github_foreach_repo.sh

pull/4/head
Hari Sekhon 1 year ago
parent d01bf222c5
commit 90cb3e18f5

@ -59,6 +59,8 @@ while read -r repo; do
cmd=("$@")
cmd=("${cmd[@]//\{owner\}/$owner}")
cmd=("${cmd[@]//\{repo\}/$repo}")
"${cmd[@]}"
# need eval'ing to able to inline quoted script
# shellcheck disable=SC2294
eval "${cmd[@]}"
echo >&2
done

Loading…
Cancel
Save