Skip to content

Instantly share code, notes, and snippets.

View asafmaor's full-sized avatar

Asaf Maor asafmaor

  • Databand.ai
View GitHub Profile
alias whatthecommit='text=`curl -s http://whatthecommit.com/ |grep "<body>" -A 2|grep "<p>"`; text=${text:3};git commit -am "$text"'