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
* hotfix rapdijson for gcc14
[t2sde.git]
/
tests
/
003-sort.cmd
blob
9a27a16faf3ed076c94c4ca81d420238d617cd97
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
[
-e
$SYSROOT
/
bin
/
sh
]
||
exit
42
6
7
echo
"z
8
y
9
x
10
z
11
1
12
3
13
2
14
1"
|
$QEMU
-chroot
$SYSROOT
bin
/
sort
-u