./loc.sh | grep 'Lines of Code' | cut -f4 -d" " | awk '{s+=$1}END{print s}'