summaryrefslogtreecommitdiff
path: root/examples/dragmap/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dragmap/run.sh')
-rwxr-xr-xexamples/dragmap/run.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/dragmap/run.sh b/examples/dragmap/run.sh
new file mode 100755
index 0000000..dcb38fd
--- /dev/null
+++ b/examples/dragmap/run.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+>&2 echo -e "Running test1\n"
+./test1.sh
+>&2 echo
+>&2 echo -e "Running test2\n"
+./test2.sh
+>&2 echo
+>&2 echo -e "Running test3\n"
+./test3.sh
+>&2 echo