mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Bad ls
command...
This commit is contained in:
parent
20d54645f8
commit
15d2e34247
@ -10,10 +10,11 @@ extra-android-support
|
|||||||
extra-google-m2repository"
|
extra-google-m2repository"
|
||||||
|
|
||||||
wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
|
wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
|
||||||
tar xf android-sdk_r23.0.2-linux.tgz
|
tar -zxvf android-sdk_r23.0.2-linux.tgz
|
||||||
cd android-sdk-linux/
|
cd android-sdk-linux/
|
||||||
export ANDROID_HOME=`pwd`
|
export ANDROID_HOME=`pwd`
|
||||||
ls android-sdk-linux/
|
ls
|
||||||
|
ls *
|
||||||
|
|
||||||
for COMP in ${COMPONENTS}
|
for COMP in ${COMPONENTS}
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user