summaryrefslogtreecommitdiff
path: root/scripts/line_count.sh
blob: 6af0fe096cbb2d1f1a9949c5e1dcfee6a778d9c2 (plain)
1
2
3
#! /usr/bin/env sh
export LC_ALL="C"
find ./src ./include -type f -exec loccount {} +