mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-10 02:51:31 +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 -------
|