/ Published in: Bash
URL: http://ubuntuforums.org/showthread.php?t=36323
Expand |
Embed | Plain Text
#!/bin/bash scrot '%Y%m%d_%H%M%S_shot.jpg' -e 'mv $f ~/screenshots/' -q 80
You need to login to post a comment.
URL: http://ubuntuforums.org/showthread.php?t=36323
#!/bin/bash scrot '%Y%m%d_%H%M%S_shot.jpg' -e 'mv $f ~/screenshots/' -q 80
You need to login to post a comment.