mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
8 lines
124 B
Batchfile
8 lines
124 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
[ -e $SYSROOT/bin/ls ] || exit 42
|
|
|
|
$QEMU -chroot $SYSROOT bin/ls -d etc proc dev sys tmp
|