TechExhibeo

Repo Tool Script LS

Jan 15th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. umask 000
  2. mkdir /bin
  3. PATH=/bin:$PATH
  4. curl https://storage.googleapis.com/git-repo-downloads/repo > /bin/repo
  5. chmod a+x /bin/repo
Add Comment
Please, Sign In to add comment