Fork in loop
[ci skip]
This commit is contained in:
parent
b71207ca51
commit
4eb5d06cd1
@ -6,5 +6,5 @@ DIR=${1:-repos}
|
||||
|
||||
for url in $(./scripts/list.sh "${DIR}")
|
||||
do
|
||||
(curl "${url}" --silent | grep -q hitsofcode) && echo "${url}"
|
||||
(curl "${url}" --silent | grep -q hitsofcode) && echo "${url}" &
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user