zhaojh329 / rtty

🐛 Access your terminal from anywhere via the web.
MIT License
3.67k stars 495 forks source link

kill rtty process #91

Closed AMD-NICK closed 3 years ago

AMD-NICK commented 3 years ago

how to do it?

zsy-cn commented 3 years ago

ps w|grep rtty|grep -v grep|awk '{print $1}'|xargs kill -9