PHP_SMART_HOME_V3/git-stats.ps1

2 lines
73 B
PowerShell

$lines = (ls -r|sls '^\s*(#|$)' -a -n).Count
write-host $lines" of code"