Created
February 22, 2017 07:29
-
-
Save ChatchaiJ/17e0fdde6ac595cae89c20457f7bbea3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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