Skip to content

Instantly share code, notes, and snippets.

@exterm
Forked from axelerator/sumgitachievements.sh
Created October 29, 2011 08:58
Show Gist options
  • Save exterm/1324255 to your computer and use it in GitHub Desktop.
Save exterm/1324255 to your computer and use it in GitHub Desktop.
sum of all git achievement levels
git achievements -l | grep '(Level' | sed 's/.*(Level \([0-9]*\)).*/ \1 /g' | tr "\n" '+' | sed 's/$/ 0/' | xargs expr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment