dotfiles/git/hooks/post-commit
2012-07-21 15:14:29 -04:00

5 lines
122 B
Ruby
Executable file

#!/usr/bin/env ruby
file="~/.gitshots/#{Time.now.to_i}.jpg"
puts "Say Cheese!!~! ;)"
system "imagesnap -q #{file}"
exit 0