4 lines
55 B
Text
4 lines
55 B
Text
|
#!/bin/sh
|
||
|
[ -r conf ] && . ./conf
|
||
|
exec qemu-ga ${OPTS}
|