summaryrefslogtreecommitdiff
path: root/keama/samples/runall.sh
blob: bc41c7f85df69d3e7254a1b2bcb430317f18c00e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

#set -x

cd "$(dirname "$0")"

for t in example simple test-a6 vmnet8
do
	echo $t
	/bin/sh runone.sh $t
done