summaryrefslogtreecommitdiff
path: root/examples/dragmap/run.sh
blob: dcb38fd7d934c093a56d5c1dabc4944371262e6e (plain)
1
2
3
4
5
6
7
8
9
10
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