flm01/openwrt/package/luci/libs/nixio/axTLS/ssl/test/killopenssl.sh

2 lines
73 B
Bash
Executable file

#!/bin/sh
ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9