archive-indexer-bootstrap/file-indexer.cmd
2021-04-26 20:19:59 +02:00

12 lines
158 B
Batchfile
Executable File

@echo off
rem # Run file indexer (dark theme)
cd dark
call index-dark.cmd
rem # Run file indexer (light theme)
cd ../light
call index-light.cmd
echo.
pause