Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.21 KB | None | 0 0
  1. for combo in $(curl -s https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-11.0 | awk {'print $1'})
  2. do
  3.     add_lunch_combo $combo
  4. add_lunch_combo bs_edison-userdebug
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement