We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build_all.sh
1 parent 383f8c7 commit 40a139eCopy full SHA for 40a139e
build_all.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+for d in wdpk/*/ ; do
4
+ cd "./$d";
5
+ ./build.sh;
6
+ cd ../..
7
+done
0 commit comments