xref
: /
openbsd
/
regress
/
usr.sbin
/
ocspcheck
/
failocspcheck
(revision d415bd75)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
/
usr
/
sbin
/
ocspcheck
$@
4
if
[ $? -ne
0
];
then
5
exit
0
6
fi
7
exit
1
8