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 967ae90 commit 18993feCopy full SHA for 18993fe
mse-simple-demo/build.sh
@@ -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