Skip to content

Instantly share code, notes, and snippets.

@ArnauMontagud
Created August 5, 2021 09:18
Show Gist options
  • Save ArnauMontagud/2c53874fde0807763eb6a5528f7eb818 to your computer and use it in GitHub Desktop.
Save ArnauMontagud/2c53874fde0807763eb6a5528f7eb818 to your computer and use it in GitHub Desktop.
[count lines from GitHub repo] #GitHub #shell
#!/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