Advertisement
hok00age

Scrot

Jun 22nd, 2013
1,591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for i in {1..25}
  4. do
  5.    scrot -d 3 '%Y-%m-%d-%H:%M:%S.png' -e 'mv $f ~/Pictures/';
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement