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 | |
# Validator Restart | |
echo "\nValidator Restart\n" | |
cd ~/miner && | |
echo "Git Pull.\n" && | |
git pull && |
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 | |
echo "\nRunning git pull on helium/miner\n" | |
cd ~/miner && | |
ALREADY_UP_TO_DATE="Already up to date." | |
GIT_STATUS=$(git pull) | |
echo "Git Status: $ALREADY_UP_TO_DATE\n" |
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
[ | |
{ | |
"name":"New South Wales", | |
"abbreviation":"NSW" | |
}, | |
{ | |
"name":"Victoria", | |
"abbreviation":"VIC" | |
}, | |
{ |
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
[ | |
{ | |
"name":"Avon", | |
"abbreviation":"AVN", | |
"country":"England" | |
}, | |
{ | |
"name":"Bedfordshire", | |
"abbreviation":"BDF", | |
"country":"England" |