Many updates

This commit is contained in:
Cloud
2024-06-12 02:00:39 -03:00
parent dba75a7558
commit 8e732e0061
9 changed files with 59 additions and 23 deletions

View File

@@ -1,2 +1,8 @@
ADB_PATH="/mnt/e/programs/scrcpy-win64-v2.4"
$ADB_PATH/scrcpy.exe --turn-screen-off --stay-awake --power-off-on-close --max-size=1024
SCRCPY_PATH="/mnt/e/programs/scrcpy-win64-v2.4"
if [ ! -d "$SCRCPY_PATH" ]; then
echo "The program's path does not exist ($SCRCPY_PATH)."
exit 1
fi
$SCRCPY_PATH/scrcpy.exe --turn-screen-off --stay-awake --power-off-on-close --max-size=1024