Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created February 6, 2019 09:56
Show Gist options
  • Select an option

  • Save voronenko-p/cfa5a3fa420282ddb913d517bf5fc16c to your computer and use it in GitHub Desktop.

Select an option

Save voronenko-p/cfa5a3fa420282ddb913d517bf5fc16c to your computer and use it in GitHub Desktop.
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