Skip to content

Instantly share code, notes, and snippets.

@JackDanger
Created September 20, 2011 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JackDanger/1229953 to your computer and use it in GitHub Desktop.
Save JackDanger/1229953 to your computer and use it in GitHub Desktop.
Flog score for an entire directory
# torture your app directory
for source in $*; do
score=`flog $source | grep total | cut -d = -f 1`
echo "$score : $source"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment