cryptonas-archive/v0.3.4.5/scripts/show_TODO.sh
lars 152e67283a created new tag v0.3.4.5 (based on v0.3.4.3)
merged changeset 969
updated list of contributers
2007-08-21 23:31:35 +00:00

10 lines
318 B
Bash
Executable file

#!/bin/sh
#
# Copyright (c) 02005 sense.lab <senselab@systemausfall.org>
#
# License: This script is distributed under the terms of version 2
# of the GNU GPL. See the LICENSE file included with the package.
#
grep "TODO" $(find "$(dirname $0)/.." -type f | grep -v "\.svn" | grep -v "$(basename $0)")