Initial upload script — PDF to FTP with archive

This commit is contained in:
2026-06-29 19:28:44 -05:00
parent 3c80aa7b36
commit f0d2767bce
5 changed files with 136 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
@echo off
powershell.exe -ExecutionPolicy Bypass -File "%~dp0upload.ps1"
pause