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
* always initialize zigconfopt with prefix, otherwise it does not install
[t2sde.git]
/
tests
/
005-sort.cmd
blob
08bf26dd39a81efadf79ebc719855bc1f3f44f1d
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
[
-e
$SYSROOT
/
bin
/
sort
]
||
exit
42
6
7
printf
'car,(20)
\n
jeep,[10]
\n
truck,(5)
\n
bus,[3]'
|
$QEMU
-chroot
$SYSROOT
bin
/
sort
-t
,
-k2
.2
,
2
n