mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-17 12:44:28 +01:00
7 lines
140 B
Bash
Executable File
7 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 "$@"
|