Merge branch 'sort' of github.com:Htylol/PortWINE into Htylol-sort

This commit is contained in:
Mikhail Tergoev 2024-08-09 13:40:56 +03:00
commit a7c91f9a9c

@ -468,7 +468,7 @@ use: [--repair] [--reinstall] [--autoinstall]
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
curl -s --list-only "https://cloud.linux-gaming.ru/log/$(date +20%y_%m)_file_access.log" | sort -rV -k 2,2
echo
exit 0 ;;
esac