Guest User

Clone all hacked team

a guest
Jul 7th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. wget https://api.github.com/users/hackedteam/repos?per_page=999 -O - 2>/dev/null| grep -Po 'hackedteam/[^/]+(?=/forks)'|while read x;do git clone https://github.com/$x;done
Add Comment
Please, Sign In to add comment