#!/bin/sh exec qemu \ -m 256 \ -name winders \ -startdate 2009-05-09 \ -hda ~/misc/systems/windows/windows.qemu-qcow \ -soundhw all \ -usb \ -usbdevice tablet \ -kernel-kqemu \ -snapshot \ $*