Last active
March 7, 2017 15:30
-
-
Save notthetup/f81b0e5694b10a5207d9 to your computer and use it in GitHub Desktop.
SAUVC Streaming
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 ".. waiting for network .." | |
while ! ping -c1 8.8.8.8 &>/dev/null; do sleep 1; done | |
export domain='sauvc2017-lab1' | |
# export domain='sauvc2017-lab2' | |
echo ".. fetching script .." | |
curl -Ls https://bit.ly/sauvcscript | bash |
Author
notthetup
commented
Mar 7, 2017
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment