mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
90c71d00f1
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
|