mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
This will reduce the number of files that need to be managed and dependencies that need updated at the same time.
6 lines
62 B
Bash
6 lines
62 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
set -- bundle exec vmpooler "$@"
|
|
|
|
exec "$@"
|