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