Created
August 5, 2021 09:18
-
-
Save ArnauMontagud/2c53874fde0807763eb6a5528f7eb818 to your computer and use it in GitHub Desktop.
[count lines from GitHub repo] #GitHub #shell
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
#!/usr/bin/env bash | |
git clone --depth 1 https://github.com/PhysiBoSS/PhysiBoSS.git && cloc PhysiBoSS && rm -rf PhysiBoSS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment