X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/fd9a681b1e6fb94684bbfacea2b933ecae1c68ed..04c7dfcf51881df1f6a2058c8a74c179ab3aee13:/todo_count.sh?ds=sidebyside diff --git a/todo_count.sh b/todo_count.sh index feac328..dabdc48 100755 --- a/todo_count.sh +++ b/todo_count.sh @@ -1,4 +1,4 @@ #!/bin/bash -grep --count TODO imago_pack/*.py pcf.c | cut -f2 -d":" | awk '{sum+=$1}END{printf "total %d\n=====\n", sum}' -grep --count TODO imago_pack/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/" +grep --count TODO src/*.py pcf.c | cut -f2 -d":" | awk '{sum+=$1}END{printf "total %d\n=====\n", sum}' +grep --count TODO src/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/"