replicant-vendor_replicant/vendorsetup.sh
Koushik Dutta 60bdf73b47 use curl like everything else on vendorsetup.sh
Change-Id: I80bd2f98c15450064cd24a5488de12380a98bf71
2013-04-15 11:19:12 -07:00

5 lines
176 B
Bash

for combo in $(curl https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-10.1 | awk {'print $1'})
do
add_lunch_combo $combo
done