Skip to content

Instantly share code, notes, and snippets.

@linuxsable
Last active January 4, 2016 18:23
Show Gist options
  • Save linuxsable/69819f6e323d34252c06 to your computer and use it in GitHub Desktop.
Save linuxsable/69819f6e323d34252c06 to your computer and use it in GitHub Desktop.
pre-commit
#!/bin/sh
CUR_DATE=$(date "+%m-%d-%y_%H-%M-%S")
imagesnap - ~/Documents/CommitScreens/${CUR_DATE}_camera.jpeg -q
screencapture ~/Documents/CommitScreens/${CUR_DATE}_screen.jpeg -t jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment