Skip to content

Instantly share code, notes, and snippets.

@bungabear
Created July 13, 2020 05:58
Show Gist options
  • Save bungabear/e565d6a1da931cbc0fd588c1f5a4ee4a to your computer and use it in GitHub Desktop.
Save bungabear/e565d6a1da931cbc0fd588c1f5a4ee4a to your computer and use it in GitHub Desktop.
@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