mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 15:37:48 +01:00
4 lines
115 B
Bash
Executable file
4 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
. mingw-env.sh
|
|
|
|
qemu-kvm -smp 2 -m 1536 -hda $VIRT_IMAGE_PATH -net nic -net user -vga std -soundhw all
|