-
-
Save voronenko-p/cfa5a3fa420282ddb913d517bf5fc16c to your computer and use it in GitHub Desktop.
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 -sSL https://bit.ly/getmyshell > getmyshell.sh && chmod +x getmyshell.sh && ./getmyshell.sh | |
| # might be shortened to, if I do not need to inspect shell file contents | |
| curl -sSL https://bit.ly/getmyshell | bash -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment