OpenGrok
Cross Reference: sh_script
xref
: /
external
/
valgrind
/
main
/
exp-ptrcheck
/
tests
/
sh_script
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#! /
bin
/
bash
2
if
[ $
# != 0 ] ; then
3
echo
"too many args"
4
fi
5