Add run-all script to upload all practice folders from root

This commit is contained in:
2026-06-29 19:33:03 -05:00
parent f0d2767bce
commit e2885e366c
2 changed files with 117 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
@echo off
powershell.exe -ExecutionPolicy Bypass -File "%~dp0run-all.ps1"
pause