Skip to content

Instantly share code, notes, and snippets.

@floriancargoet
Created October 23, 2009 13:28
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 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