monolight/convert/convertall.bat
2021-07-27 18:17:09 +04:00

2 lines
187 B
Batchfile

@echo off
for /F "usebackq delims=" %%A in (`dir /B ^| findstr /V base16tocss.py ^| findstr /V .css ^| findstr /V .bat ^| findstr /V .sh ^| tr "\r\n" " "`) do python base16tocss.py %%A