Skip to content

Commit 40a139e

Browse files
committed
add build_all.sh
1 parent 383f8c7 commit 40a139e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build_all.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)