6 lines
73 B
Text
6 lines
73 B
Text
|
#!/bin/sh
|
||
|
|
||
|
tests="sys_vumap"
|
||
|
|
||
|
for i in $tests; do (cd $i && ./run); done
|