We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gsh stat
A command to display statistics about missions.
gsh stat session
gsh stat missions
gsh stat mission [N]
That can easily be done using awk on the $GSH_ROOT/.config/missions.log file.
awk
$GSH_ROOT/.config/missions.log
The text was updated successfully, but these errors were encountered:
4473194 and 90dc0e2
That can probably be improved though...
Sorry, something went wrong.
No branches or pull requests
A command to display statistics about missions.
gsh stat session
: number of completed / skipped / cancelled missions, duration of game, etc.gsh stat missions
: number of tries for each mission, average time for succesful check, etc.gsh stat mission [N]
: detailled statistic for given missionThat can easily be done using
awk
on the$GSH_ROOT/.config/missions.log
file.The text was updated successfully, but these errors were encountered: