leo: oops accidently added the echo command
This commit is contained in:
parent
ea830913b9
commit
832646070d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user