pjmakey2

screenshot

Nov 20th, 2012
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #parte del auditor del ordenador
  2. #quita un impresion de pantalla cada 3 segundos
  3.  
  4. while true; do
  5.       mkdir -p /mnt/snif/$USER/`date +%Y_%m_%d`/
  6.       scrot -d 3 /mnt/snif/$USER/`date +%Y_%m_%d`/`date +%H_%M_%S`_$USER.png
  7. done
Advertisement
Add Comment
Please, Sign In to add comment