mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
8 lines
128 B
Batchfile
8 lines
128 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
[ -e $SYSROOT/usr/bin/rsync ] || exit 42
|
|
|
|
$QEMU -chroot $SYSROOT usr/bin/rsync /media/ /mnt/
|