Add batch script to start Prefect worker and configure .gitignore

This commit is contained in:
2025-02-16 16:54:23 +01:00
parent baaefeada6
commit fc08b1000e
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "cmd.exe /c E:\Proyects\prefect_automatizations\generar_worker.bat", 0, False