File indexer for Windows

This commit is contained in:
q3aql 2021-04-26 20:19:59 +02:00
parent b4143603cd
commit 8e59069521

11
file-indexer.cmd Executable file
View File

@ -0,0 +1,11 @@
@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