This file contains hidden or 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
#!/bin/bash | |
#FRIENDS=(blaze kolvicy godberry poseidon hades) | |
# Declare a list of cluster members, using the project repo name as our hook | |
FRIENDS=$(docker node ls | grep -vE '\*|HOSTNAME' | awk '{print $2}') | |
function friend { | |
for friend in ${FRIENDS[@]}; do | |
echo "Chatting with: $friend, about $1" | |
ssh -tq $friend "$1" |
This file contains hidden or 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
<!-- IPv6-test.com button BEGIN --> | |
<a href='http://ipv6-test.com/validate.php?url=referer'><img src='http://ipv6-test.com/button-ipv6-80x15.png' alt='ipv6 ready' title='ipv6 ready' border='0' /></a> | |
<!-- IPv6-test.com button END --> |