Return to
killopenssl.sh
CVS log
Up to
[ELWIX - Embedded LightWeight unIX -]
/
embedaddon
/
axTLS
/
ssl
/
test
Annotation of embedaddon/axTLS/ssl/test/killopenssl.sh, revision 1.1.1.1
1.1
misho 1: #!/bin/sh 2: ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9
FreeBSD-CVSweb <
freebsd-cvsweb@FreeBSD.org
>