mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
10 lines
138 B
Batchfile
10 lines
138 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
exe=usr/bin/ruby
|
|
|
|
[ -e $SYSROOT/$exe ] || exit 42
|
|
|
|
$QEMU -chroot $SYSROOT $exe -e 'puts "Hello Ruby."'
|