Skip to content

Instantly share code, notes, and snippets.

@AssafMashiah
Created March 1, 2016 15:14
Show Gist options
  • Save AssafMashiah/2d90c3af18595b251858 to your computer and use it in GitHub Desktop.
Save AssafMashiah/2d90c3af18595b251858 to your computer and use it in GitHub Desktop.
Fun commit
alias whatthecommit='text=`curl -s http://whatthecommit.com/ |grep "<body>" -A 2|grep "<p>"`; text=${text:3};git commit -am "$text"'
curl -4 http://wttr.in/TLV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment