Sign in
akaros
/
upstream
/
refs/heads/pcidevice
/
.
/
kern
/
kfs
/
looper.sh
blob: 86952ec57dcf17c494cf14f58f011f5366908aa2 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/ash
if
[
$
# -lt 1 ] ; then
echo
"Need an app!"
exit
fi
RET
=
0
;
INC
=
0
;
while
[
$RET
-
eq
0
];
do
echo $INC
$@
RET
=
$
?
let INC
=
$INC
+
1
done