mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
8 lines
143 B
Batchfile
8 lines
143 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
[ -e $SYSROOT/bin/sh ] || exit 42
|
|
|
|
$QEMU -chroot $SYSROOT bin/bash -c "for i in 1 2 a b; do echo \$i; done"
|