mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
15 lines
130 B
Batchfile
15 lines
130 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
[ -e $SYSROOT/bin/sh ] || exit 42
|
|
|
|
echo "z
|
|
y
|
|
x
|
|
z
|
|
1
|
|
3
|
|
2
|
|
1" | $QEMU -chroot $SYSROOT bin/sort -u
|