Skip to content

Instantly share code, notes, and snippets.

@verygoodsoftwarenotvirus
Created November 8, 2016 15:09
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 verygoodsoftwarenotvirus/6b28d844f96fab69f6a0febf3f4fe073 to your computer and use it in GitHub Desktop.
Save verygoodsoftwarenotvirus/6b28d844f96fab69f6a0febf3f4fe073 to your computer and use it in GitHub Desktop.
A simple bash function for tweeting from the command line
function tweet(){
echo $1 > /dev/null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment