repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* updated fastfetch (2.11.0 -> 2.18.1)
[t2sde.git]
/
tests
/
520-lua.cmd
blob
a5fa0a1a97d1fddb9bcc5957cbcdff2ad832d4f2
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
exe
=
usr
/
bin
/
lua
6
7
[
-e
$SYSROOT
/
$exe
]
||
exit
42
8
9
$QEMU
-chroot
$SYSROOT $exe
-e
'print "Hello Lua."'