mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
A slightly overkill script to ensure each file contains as many opening span tags as closing. Almost implemented to allow checking multiple pairs of tags.
4 lines
52 B
Batchfile
4 lines
52 B
Batchfile
@echo off
|
|
call python tag-matcher.py ../..
|
|
pause
|