Annotation of embedaddon/axTLS/ssl/test/killopenssl.sh, revision 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>