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
* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git]
/
tests
/
002-bin-sh.cmd
blob
69c1a2b71aa3cd05c243d08d0751b8471200a6cd
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
[
-e
$SYSROOT
/
bin
/
sh
]
||
exit
42
6
7
$QEMU
-chroot
$SYSROOT
bin
/
bash
-c
"for i in 1 2 a b; do echo \
$i
; done"