cryptonas/scripts/show_TODO.sh
lars ea8b329e33 renamed 'tools' to 'scripts'
added first draft of README
2005-09-08 15:24:00 +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)")