Last active
January 11, 2018 08:30
-
-
Save elisam98/2dfa516c8082abb091c241e7b5a69dc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DEVICES=(harpia w5 athene potter d2spr osprey) | |
for i in "${DEVICES[@]}" | |
do | |
: | |
echo $i | |
cd ~/lineage | |
repo sync -c | |
source build/envsetup.sh | |
make clobber | |
brunch $i | |
mv out/target/product/**/lineage-14.1*.zip ~/out | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scp out/target/product/**/lineage-14.1*.zip [email protected]:/home/newuser