Files
easystream/run-cd-watch.bat
T
2025-12-15 17:28:21 -08:00

13 lines
362 B
Batchfile

@echo off
echo ========================================
echo EasyStream Continuous Delivery
echo File Watcher Mode
echo ========================================
echo.
echo Starting file watcher...
echo Changes will auto-commit and push to GitHub
echo Press Ctrl+C to stop
echo.
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" watch
pause