mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
qemu-kvm -smp 2 -m 1536 -hda $HOME/virt-images/winxp.raw -net nic -net user -vga std -soundhw all
|