Skip to content

Instantly share code, notes, and snippets.

@metal3d
Created November 19, 2017 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metal3d/d520aae49e2b89338ebc31f4ca7bb5b6 to your computer and use it in GitHub Desktop.
Save metal3d/d520aae49e2b89338ebc31f4ca7bb5b6 to your computer and use it in GitHub Desktop.
Install script for goswitch
curl -sSL $(curl -s https://api.github.com/repos/metal3d/goswitch/releases/latest | \
grep tarball | cut -d '"' -f 4) | \
tar -zxf - --strip-components=1 -C ~/.local/bin */goswitch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment