Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
set -e
set -x
if ! mount -t cd9660 /dev/cd0 /mnt; then
echo 'Must run Virtual Machines > Install VMware Tools first' >&2
exit 1
fi
VMWARE_TOOLS=/tmp/vmware-tools-distrib