Files

6 lines
80 B
Batchfile
Raw Permalink Normal View History

2026-04-30 20:19:28 -05:00
@echo off
2026-04-30 20:19:59 -05:00
title Vault Installer
2026-04-30 20:19:28 -05:00
pip install fastapi uvicorn
timeout 5 >nul
2026-04-30 20:19:59 -05:00
exit