M2_SETI/A1/TP/axtls-code/ssl/test/killopenssl.sh

3 lines
73 B
Bash
Raw Normal View History

2022-11-28 11:40:47 +01:00
#!/bin/sh
ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9