Commit 65ac8c3f authored by ligaishun's avatar ligaishun

Add autossh remove scripts

parent 86694412
#!/bin/bash
netstat -tnlp | grep autossh | awk '{print $7}' | awk -F '/' '{print $1}'| xargs kill
\ No newline at end of file
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