cryptonas-archive/v0.2.1/scripts/show_TODO.sh
2005-10-24 10:19:17 +00:00

4 lines
104 B
Bash
Executable file

#!/bin/sh
grep "TODO" $(find "$(dirname $0)/.." -type f | grep -v "\.svn" | grep -v "$(basename $0)")