Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- for i in {1..25}
- do
- scrot -d 3 '%Y-%m-%d-%H:%M:%S.png' -e 'mv $f ~/Pictures/';
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement