leo: oops accidently added the echo command

This commit is contained in:
Arif Ali 2011-10-25 21:05:00 +01:00
parent ea830913b9
commit 832646070d

View File

@ -27,7 +27,6 @@ for FILE in `cat proprietary-files.txt | grep -v ^# | grep -v ^$`; do
if [ ! -d $BASE/$DIR ]; then
mkdir -p $BASE/$DIR
fi
echo adb pull /system/$FILE $BASE/$FILE
adb pull /system/$FILE $BASE/$FILE
done