diff --git a/file-indexer.cmd b/file-indexer.cmd new file mode 100755 index 0000000..ad77183 --- /dev/null +++ b/file-indexer.cmd @@ -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