Skip to content

Instantly share code, notes, and snippets.

View floriancargoet's full-sized avatar

Florian Cargoët floriancargoet

View GitHub Profile
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