document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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
');