Created
July 13, 2020 05:58
-
-
Save bungabear/e565d6a1da931cbc0fd588c1f5a4ee4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
::Only grabs the serial of the device connected over USB | |
FOR /F "skip=1" %%x IN ('adb devices') DO ( | |
START scrcpy-noconsole -s %%x | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment