mirror of
https://github.com/italicsjenga/gba.git
synced 2025-02-02 20:56:39 +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 -------
|