Created
September 1, 2014 08:04
-
-
Save OndrejP/a63803cdfe3cd8c3ff5f to your computer and use it in GitHub Desktop.
luster ssh allow duplicity connection. This kill all duplicity connection and safe uniq server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cluster ssh allow duplicity connection. This kill all duplicity connection and safe uniq server | |
echo $$ >>/tmp/killme ; | |
sleep 3s; | |
for I in $(tail -n +2 /tmp/killme) ; do | |
kill -9 $I; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment