Skip to content

Commit 18993fe

Browse files
committed
add build.sh
1 parent 967ae90 commit 18993fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mse-simple-demo/build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
set -e
3+
4+
cd "$(dirname "$0")"
5+
6+
./A/build.sh
7+
./B/build.sh
8+
./C/build.sh
9+
./gateway/build.sh

0 commit comments

Comments
 (0)