This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# vmrun.sh | |
# | |
# Wrapper around vmrun to make running a shell command | |
# or script in the path easier. Outputs stdout/stderr | |
# from the command in the guest and exits with the | |
# same return code. | |
# | |
# Amit Bakshi |