mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
11 lines
181 B
Batchfile
11 lines
181 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
exe=opt/mozilla/lib*/firefox/firefox
|
|
|
|
[ -e $SYSROOT/$exe ] || exit 42
|
|
|
|
cd $SYSROOT # for wildcard expansion
|
|
$QEMU -chroot $SYSROOT $exe --version
|