fix capture.py, add imago-camera, imago-timer
[imago.git] / todo_count.sh
1 #!/bin/bash
2
3 grep --count TODO src/*.py pcf.c | cut -f2 -d":" | awk '{sum+=$1}END{printf "total %d\n=====\n", sum}' 
4 grep --count TODO src/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/"