Skip to content

Instantly share code, notes, and snippets.

@dprevite
Created April 16, 2015 18:13
Show Gist options
  • Save dprevite/e8f9ce39f0f22af8a94b to your computer and use it in GitHub Desktop.
Save dprevite/e8f9ce39f0f22af8a94b to your computer and use it in GitHub Desktop.
git post-commit for lolcommits
#!/bin/sh
export PATH="/usr/bin/ruby:$PATH"
lolcommits --capture --delay=3 --animate=8
slackup "#lolcommits" "$(ls ~/.lolcommits/${PWD##*/}/$(git rev-parse HEAD | cut -c1-11).*)" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment