mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-03-27 09:07:46 -04: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 "$@"
|