Skip to content

Instantly share code, notes, and snippets.

@mlocher
Created March 18, 2015 12:14
Show Gist options
  • Select an option

  • Save mlocher/d60b349703613fe0da2a to your computer and use it in GitHub Desktop.

Select an option

Save mlocher/d60b349703613fe0da2a to your computer and use it in GitHub Desktop.
#!/bin/sh
L="${HOME}/bin/flynn" && curl -sL -A "`uname -sp`" https://dl.flynn.io/cli | zcat >$L && chmod +x $L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment