packer-cn/test.sh
2018-01-30 19:48:32 +03:00

5 lines
99 B
Bash
Executable File

#!/bin/sh -e
(cd driver && ./test.sh "$@")
(cd clone && ./test.sh "$@")
(cd iso && ./test.sh "$@")