Skip to content

Instantly share code, notes, and snippets.

@crossle
Created September 27, 2013 16:12
Show Gist options
  • Save crossle/6731017 to your computer and use it in GitHub Desktop.
Save crossle/6731017 to your computer and use it in GitHub Desktop.
Convenient switch AOSP git repo
#!/bin/bash
while read LINE
do
echo $LINE
cd $LINE
`git checkout android-4.3_r1.1`
cd -
done < .repo/project.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment