We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfee40 commit 603e566Copy full SHA for 603e566
1 file changed
script/build.sh
@@ -32,8 +32,9 @@ url_prefix='https://github.com/'
32
# Create each repo
33
pushd "$layout_dir"
34
for action_script in $script_dir/generated/*.sh; do
35
- . $action_script
+ . $action_script &
36
done
37
+wait
38
popd
39
40
# List the repositories
0 commit comments