Created
July 7, 2017 09:21
-
-
Save repejota/54bc01089e2ac8d88831990192c6d11d to your computer and use it in GitHub Desktop.
Run remote shell script with curl : http://stackoverflow.com/questions/5735666/execute-bash-script-from-url
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
curl -s https://myurl.com/script.sh | bash /dev/stdin param1 param2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment