Unuk/linecount.sh
Rtch90 ab999c39c4 [Add] Unuk is live on both Linux and Windows platforms!
-- Thank KonoM for being in charge of the Windows build!
2011-12-28 02:35:18 +00:00

5 lines
167 B
Bash

#!/bin/bash
echo "cpp - `find . -name '*.cpp' -print0 | wc -l --files0-from=- | tail -n1`"
echo "h - `find . -name '*.h' -print0 | wc -l --files0-from=- | tail -n1`"