This commit is contained in:
simono41 2017-10-11 02:39:23 +02:00
parent 8be2b75d65
commit 1a30985a28
2 changed files with 2 additions and 2 deletions

View file

@ -5,12 +5,12 @@ finds=$(find $1*.apk)
set -x
i=0
for wort in $finds
for wort in "$finds"
do
echo "Installiere $wort"
pm install $wort
pm install "$wort"
shift
done

0
test apk.apk Normal file
View file