v0.2.1 released

This commit is contained in:
lars 2005-10-24 10:19:17 +00:00
parent 4144924831
commit c34df5f87e
375 changed files with 21133 additions and 0 deletions

3
v0.2.1/scripts/show_TODO.sh Executable file
View file

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