mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
10 lines
140 B
Batchfile
10 lines
140 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
cd $SYSROOT
|
|
exe=usr/bin/svn
|
|
[ -e $exe ] || exit 42
|
|
|
|
LANG=C $QEMU -chroot $SYSROOT $exe st usr/src/t2-src
|