Guest User

Untitled

a guest
May 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # grab video cache
  2.  
  3. cd ~/.cache/google-chrome/Cache
  4. for file in $(ls)
  5. do
  6. if head $file | grep 'FLV'
  7. then
  8. cp $file ~/Video
  9. fi
  10. done
Add Comment
Please, Sign In to add comment