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