6 lines
122 B
Bash
Executable file
6 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
buildozer android debug deploy run
|
|
echo "] Starting logcat in 5 seconds..."
|
|
sleep 5
|
|
adb logcat | grep python
|