Includes homelab deploy tooling, image position/zoom manifest persistence, and full trading/casino stack. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
109 B
Batchfile
5 lines
109 B
Batchfile
@echo off
|
|
cd /d "%~dp0.."
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0setup-all.ps1"
|
|
pause
|