mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
10 lines
136 B
Batchfile
10 lines
136 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
cd $SYSROOT
|
|
exe=usr/bin/icuinfo
|
|
[ -e $exe ] || exit 42
|
|
|
|
$QEMU -chroot $SYSROOT $exe -v | grep return
|