forked from CastroFidel/PortWINE
Merge branch 'sort' of github.com:Htylol/PortWINE into Htylol-sort
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user