M2_SETI/A1/TP/axtls-code/ssl/test/killopenssl.sh
2022-11-28 11:40:47 +01:00

2 lines
73 B
Bash
Executable file

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