mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
8 lines
87 B
Bash
Executable file
8 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
bundle install
|
|
|
|
set -- rerun -- bundle exec vmpooler "$@"
|
|
|
|
exec "$@"
|