mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
adb-permissions.bash: print -> printf to fix complaint about not found command
This commit is contained in:
parent
7a0b4e9e6a
commit
bc36f0b8f3
@ -41,5 +41,5 @@ adb "$@" shell pm grant ru.karasevm.privatednstoggle android.permission.WRITE_SE
|
||||
sleep 5
|
||||
#adb "$@" reboot
|
||||
|
||||
print "Performance issues? adb shell top -b | head"
|
||||
printf "Performance issues? adb shell top -b | head\n"
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user