-
-
Save kylehowells/6fcb0761a377166ef761 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . \( -iname "*.[chm]" -o -iname "*.swift" -o -iname "*.cpp" -o -iname "*.mm" -o -iname "*.xm" \) -print0 | xargs -0 cat | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For server side python projects
For Xamarin Projects (including everything)
For Xamarin Projects (C# only)