Skip to content

Instantly share code, notes, and snippets.

@floriancargoet
Created October 23, 2009 13:28
Show Gist options
  • Save floriancargoet/216880 to your computer and use it in GitHub Desktop.
Save floriancargoet/216880 to your computer and use it in GitHub Desktop.
Using 'gist from command line' (http://github.com/defunkt/gist)
I can write/read a gist from command line
echo 'Hello' | gist
gist < myFile
gist 1234 > readThatGist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment