monolight/convert/convertall.bat

3 lines
187 B
Batchfile
Raw Normal View History

2021-07-27 17:17:09 +03:00
@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