mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 03:12:01 -05:00
5 lines
No EOL
99 B
Bash
Executable file
5 lines
No EOL
99 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
(cd driver && ./test.sh "$@")
|
|
(cd clone && ./test.sh "$@")
|
|
(cd iso && ./test.sh "$@") |