Advertisement
tari

Untitled

Mar 31st, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. echo "set geometry=1024x768" > $1
  4. echo "set show_status=0" > $1
  5. echo "uri http://img.4chan.org/b/" > $1
  6. sleep 2
  7. echo "scroll vertical 95%" > $1
  8.  
  9. while true
  10. do
  11. for i in {1..5000}
  12. do
  13. echo "scroll vertical 3%" > $1
  14. sleep 1
  15. done
  16. echo "reload" > $1
  17. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement