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