Skip to content

Instantly share code, notes, and snippets.

@axelerator
Created September 27, 2011 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save axelerator/1245540 to your computer and use it in GitHub Desktop.
Save axelerator/1245540 to your computer and use it in GitHub Desktop.
sum of all git achievement levels
git achievements -l | grep '(Level' | sed 's/\(\s*.*(Level\)//g' | tr -d ')' | tr -s ' ' |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