Skip to content

Instantly share code, notes, and snippets.

View stevelaz's full-sized avatar

Steve Lazaridis stevelaz

View GitHub Profile
### Keybase proof
I hereby claim:
* I am stevelaz on github.
* I am stevelaz (https://keybase.io/stevelaz) on keybase.
* I have a public key whose fingerprint is 8F49 AE47 F977 4832 BAEA 939F 3256 23EC 3FC2 C13B
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am stevelaz on github.
* I am slaz (https://keybase.io/slaz) on keybase.
* I have a public key whose fingerprint is 9829 AB74 C287 B009 6EFE 5879 8EF0 11DF 5FAE 76C5
To claim this, I am signing this object:
@stevelaz
stevelaz / post-commit
Created July 3, 2014 15:24
git post-commit hook with programmerexcuses.com output
echo "You just commited the following:"
git log -1 HEAD
echo "----------------------------------------------"
echo ""
curl -s programmerexcuses.com | sed -n '/<a.*>/{s/<[^>]*>//g;p}'
echo ""