Created
November 30, 2018 15:03
-
-
Save msalihkocak/1db9474b55b24d933fd92fc2a7efe2fb 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
find . -name "*.swift" -print0 | xargs -0 wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment