Skip to content

Instantly share code, notes, and snippets.

@enkiusz
enkiusz / vmrun.sh
Created February 14, 2018 16:36 — forked from ambakshi/vmrun.sh
vmrun wrapper to run a command over vix and get the stdout/stderr
#!/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