Skip to content

Instantly share code, notes, and snippets.

@ChatchaiJ
Created February 22, 2017 07:29
Show Gist options
  • Save ChatchaiJ/17e0fdde6ac595cae89c20457f7bbea3 to your computer and use it in GitHub Desktop.
Save ChatchaiJ/17e0fdde6ac595cae89c20457f7bbea3 to your computer and use it in GitHub Desktop.
#!/bin/sh
D="${HOME}/Pictures/ScreenShot/`date +%Y/%m/%d`"
F="`date +%H%M`.jpg"
[ ! -d "$D" ] && mkdir -p $D
DISPLAY=:0.0 scrot -z -d 5 -q 25 "$D/$F"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment