Commit 3c81b361 by Rinat K. Nugaev

Added killtunnels script

parent 5b4a76d6
#!/bin/bash
kill $(ps aux | grep rbtechnologies.ru | grep -v grep | awk '{print $2}')
kill $(ps aux | grep ssh-agent | grep -v grep | awk '{print $2}')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment