Advertisement
Guest User

Untitled

a guest
Feb 1st, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!bin/bash
  2. repo sync
  3. . build/envsetup.sh
  4. lunch pa_hammerhead-userdebug
  5. mka bacon
  6. rm out/target/product/hammerhead/pa_hammerhead-ota*.zip
  7. mv out/target/product/hammerhead/pa*.zip out/target/product/hammerhead/pa*unofficial.zip
  8. expect sftp.sh
  9. rm out/target/product/hammerhead/pa*.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement