mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
7 lines
140 B
Bash
7 lines
140 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd "$(dirname ${BASH_SOURCE[0]})"
|
||
|
|
export ADB=./adb
|
||
|
|
export SCRCPY_SERVER_PATH=./scrcpy-server
|
||
|
|
export ICON=./icon.png
|
||
|
|
scrcpy "$@"
|