Skip to content

Instantly share code, notes, and snippets.

@Wooder
Created March 8, 2017 08:21
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 Wooder/5c51c9fb5d71f43dc7a0b22624e2d3e5 to your computer and use it in GitHub Desktop.
Save Wooder/5c51c9fb5d71f43dc7a0b22624e2d3e5 to your computer and use it in GitHub Desktop.
find . -path ./Pods -prune -o -name "*.swift" -print0 ! -name "/Pods" | xargs -0 wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment