mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-06-10 16:02:43 +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
|