2 lines
73 B
Bash
Executable file
2 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9
|