summaryrefslogtreecommitdiffstats
path: root/lineCount.sh
blob: a1cae4648c4b511c066c8464689643040b8be6c6 (plain) (blame)
1
2
#!/bin/sh
git ls-tree --full-tree -r HEAD | awk '{print $4}' | grep -v daemon/HandBrakeCLI | xargs cat | wc -l