mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
13 lines
140 B
Batchfile
13 lines
140 B
Batchfile
@echo off
|
|
|
|
echo -------
|
|
echo -------
|
|
|
|
set Wildcard=*.rs
|
|
|
|
echo TODOS FOUND:
|
|
findstr -s -n -i -l "TODO" %Wildcard%
|
|
|
|
echo -------
|
|
echo -------
|