Rework LuCI build system
[project/luci.git] / libs / luci-lib-nixio / axTLS / ssl / test / killopenssl.sh
diff --git a/libs/luci-lib-nixio/axTLS/ssl/test/killopenssl.sh b/libs/luci-lib-nixio/axTLS/ssl/test/killopenssl.sh
new file mode 100755 (executable)
index 0000000..17950fb
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9