Using scrot in order to take a screen shot


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #!/bin/bash
  2. scrot '%Y%m%d_%H%M%S_shot.jpg' -e 'mv $f ~/screenshots/' -q 80

URL: http://ubuntuforums.org/showthread.php?t=36323

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.