File indexer for Windows
This commit is contained in:
parent
b4143603cd
commit
8e59069521
11
file-indexer.cmd
Executable file
11
file-indexer.cmd
Executable 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
|
Loading…
Reference in New Issue
Block a user