Guest User

Untitled

a guest
Aug 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. while read line; do
  4. firefox --private-window "$line" & 2>/dev/null
  5. sleep 40
  6. killall firefox
  7. done < blash
Add Comment
Please, Sign In to add comment