Add LandSAR cluster worker stop launcher

This commit is contained in:
2026-06-24 14:44:46 +08:00
parent da09ba05cb
commit 333fb951bc
4 changed files with 98 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@echo off
setlocal
cd /d "%~dp0\.."
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop_landsar_cluster_worker.ps1" -All
pause