Advertisement
The_GBM

Piratesearch

Nov 26th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. #!/bin/bash
  2. if [ -z $1 ];
  3. then
  4. echo ".::.Pirate Search.::."
  5. echo " Infringement made easy"
  6. echo " Useage: piratesearch <term>"
  7. exit
  8. fi
  9. firefox -new-tab https://thepiratebay.se/search/$1 &
  10. sleep 2
  11. firefox -new-tab https://kickass.so/search/$1/?from=opensearch
  12. sleep 2
  13. firefox -new-tab http://www.filestube.to/search/$1 &
  14. sleep 2
  15. firefox -new-tab https://torrentz.eu/search?q=$1 &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement