mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
6 lines
62 B
Bash
6 lines
62 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
set -- bundle exec vmpooler "$@"
|
|
|
|
exec "$@"
|