projekty
/
imago.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b35c0
)
todo_count
author
Tomas Musil
<tomik.musil@gmail.com>
Sat, 12 Jul 2014 15:13:31 +0000
(17:13 +0200)
committer
Tomas Musil
<tomik.musil@gmail.com>
Sat, 12 Jul 2014 15:13:31 +0000
(17:13 +0200)
todo_count.sh
patch
|
blob
|
history
diff --git
a/todo_count.sh
b/todo_count.sh
index
feac328
..
dabdc48
100755
(executable)
--- 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"/"