aboutsummaryrefslogtreecommitdiffstats
path: root/todo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'todo.sh')
-rwxr-xr-xtodo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.sh b/todo.sh
index fa43de4..9520eab 100755
--- a/todo.sh
+++ b/todo.sh
@@ -7,7 +7,7 @@ TODO_COUNT=0
rm -f TODOS
touch TODOS
-for file in src/*.cpp
+for file in $(find {src,Shaders,Scripts} -type f -name '*' -print)
do
echo "########################################" >> TODOS
echo $file >> TODOS