206c46e8e0
Change-Id: I357a379546c97a341e68affc26b60aebd1e94663
5 lines
190 B
Bash
5 lines
190 B
Bash
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-12.1 | awk {'print $1'})
|
|
do
|
|
add_lunch_combo $combo
|
|
done
|