mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
10 lines
140 B
Batchfile
10 lines
140 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
exe=usr/bin/qemu-riscv64
|
|
|
|
[ -e $SYSROOT/$exe ] || exit 42
|
|
|
|
$QEMU -L $SYSROOT $SYSROOT/$exe ${0%.cmd}.exe
|