summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/axTLS/ssl/test/killopenssl.sh
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-02-22 23:19:25 +0000
committerSteven Barth <steven@midlink.org>2009-02-22 23:19:25 +0000
commitd730c1263328c5990ce46cdf6394ce6e36cc3609 (patch)
tree8dc37350e69dcbd0ca82570cfa62a4c710defc93 /libs/nixio/axTLS/ssl/test/killopenssl.sh
parentd2b11117f26285186b711271d24733d35e0444a1 (diff)
Add axTLS sourcecode
Diffstat (limited to 'libs/nixio/axTLS/ssl/test/killopenssl.sh')
-rwxr-xr-xlibs/nixio/axTLS/ssl/test/killopenssl.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/nixio/axTLS/ssl/test/killopenssl.sh b/libs/nixio/axTLS/ssl/test/killopenssl.sh
new file mode 100755
index 0000000000..17950fbaef
--- /dev/null
+++ b/libs/nixio/axTLS/ssl/test/killopenssl.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9