STABLE: Scripts version 2336

This commit is contained in:
Mikhail Tergoev
2024-08-08 13:14:53 +03:00
parent c4b44e3013
commit 223b35c7b2
5 changed files with 15 additions and 4 deletions

View File

@ -466,6 +466,11 @@ use: [--repair] [--reinstall] [--autoinstall]
export PW_DEBUG="set -x"
/usr/bin/env bash -c ${pw_full_command_line[*]} 2>&1 | tee "$PORT_WINE_PATH/scripts-debug.log" &
exit 0 ;;
'--server-file-access' )
echo
curl -s --list-only "https://cloud.linux-gaming.ru/log/$(date +20%y_%m)_file_access.log" | sort -r
echo
exit 0 ;;
esac
### GUI ###