3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/sh
|
||
|
ps -ef|grep gnutls-serv | /usr/bin/awk '{print $2}' |xargs kill -9
|