Skip to content

Instantly share code, notes, and snippets.

@OndrejP
Created September 1, 2014 08:04
Show Gist options
  • Save OndrejP/a63803cdfe3cd8c3ff5f to your computer and use it in GitHub Desktop.
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
# 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