Skip to content

Instantly share code, notes, and snippets.

@rafaelbrandao
Created February 17, 2013 05:46
Show Gist options
  • Save rafaelbrandao/4970358 to your computer and use it in GitHub Desktop.
Save rafaelbrandao/4970358 to your computer and use it in GitHub Desktop.
git checkout 14635c474dfb
SCROLLING_DIR="./Source/WebCore/page/scrolling"
echo "Total files: `find $SCROLLING_DIR -type f | wc -l`"
echo "Total LOC: `find $SCROLLING_DIR -type f -exec cat '{}' \; | wc -l`"
echo " * Chromium: `find $SCROLLING_DIR/chromium/ -type f -exec cat '{}' \; | wc -l`"
echo " * Mac: `find $SCROLLING_DIR/mac/ -type f -exec cat '{}' \; | wc -l`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment