Skip to content

Commit

Permalink
add build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Feb 17, 2023
1 parent 967ae90 commit 18993fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mse-simple-demo/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
set -e

cd "$(dirname "$0")"

./A/build.sh
./B/build.sh
./C/build.sh
./gateway/build.sh

0 comments on commit 18993fe

Please sign in to comment.