4 lines
57 B
Batchfile
4 lines
57 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
node csv-anythingllm.js sync-all
|
@echo off
|
|
cd /d "%~dp0"
|
|
node csv-anythingllm.js sync-all
|