cryptonas-archive/v0.2/scripts/show_TODO.sh

4 lines
104 B
Bash
Raw Permalink Normal View History

2005-10-05 02:51:03 +02:00
#!/bin/sh
grep "TODO" $(find "$(dirname $0)/.." -type f | grep -v "\.svn" | grep -v "$(basename $0)")