5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
(cd driver && ./test.sh)
|
|
(cd clone && ./test.sh)
|
|
(cd iso && ./test.sh) |