Created
February 28, 2019 08:13
-
-
Save Kubuxu/1b71fff45639870be4c8b99b812c5aa2 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
cat <<EOF | xargs -L1 ipfs ping -n 1 | |
QmUd6zHcbkbcs7SMxwLs48qZVX3vpcM8errYS7xEczwRMA | |
QmbVWZQhCGrS7DhgLqWbgvdmKN7JueKCREVanfnVpgyq8x | |
QmUEMvxS2e7iDrereVYc5SWPauXPyNwxcy9BXZrC1QTcHE | |
QmdnXwLrC8p1ueiq2Qya8joNvk3TVVDAut7PrikmZwubtR | |
QmNSYxZAiJHeLdkBg38roksAR9So7Y5eojks1yjEcUtZ7i | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment