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