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