mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
9 lines
156 B
Batchfile
9 lines
156 B
Batchfile
#!/bin/sh
|
|
|
|
source ${0%/*}/qemu.in
|
|
|
|
[ "$isoboot" ] || exit 43
|
|
|
|
cd $SYSROOT
|
|
expect -f ${0%.cmd}.exp $QEMUSYS $qemuargs -m $normmem ${extstorage}$ISO $isoboot
|