@echo off
REM Double-click this to set up a rental phone over USB. See USB-PHONE-SETUP.md for what to do
REM before running this (install adb, download the APK, prep the phone).
REM
REM -ExecutionPolicy Bypass is scoped to this one process only - it does not change any setting on
REM the machine, it just lets this specific script run despite Windows' default policy of blocking
REM all .ps1 files from double-click.
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0setup-phone.ps1"
