repo.or.cz
/
arla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(afsrights2nnpfsrights): export
[arla.git]
/
tests
/
find-linux
blob
e3fbf40f17444df177999181358a465f02d35eb8
1
#!/bin/sh
2
# $Id$
3
if
test
"X
$FAST
"
!=
"X"
;
then
echo
"Not running
$0
"
>&
4
;
exit
0
;
fi
4
linux_src
=
${1-$AFSROOT/pdc.kth.se/src/OS/Linux/}
5
(
cd
${linux_src}
;
find
.
) >&
4