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