passing lint but in a bad way

This commit is contained in:
EthanShoeDev
2025-09-13 02:29:05 -04:00
parent f1555446e9
commit 51ec527505
25 changed files with 3128 additions and 12463 deletions

View File

@@ -31,4 +31,7 @@ avd-start-headless:
avd-mirror-remote ssh_target:
ssh -N -L 5037:127.0.0.1:5037 {{ ssh_target }}
scrcpy
scrcpy
adb-logs:
while ! adb logcat --pid=$(adb shell pidof -s dev.fressh.app); do sleep 1; done