mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
(cd driver && ./test.sh "$@")
|
|
(cd clone && ./test.sh "$@")
|
|
(cd iso && ./test.sh "$@") |