Last active
January 11, 2016 02:41
-
-
Save ratulcse10/f3343d06ff08a10b7ce7 to your computer and use it in GitHub Desktop.
remote bash testing
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 | |
sudo apt-get update | |
bash <(wget -qO- http://mywebsite.com/myscript.txt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment