Files
ThreatHunt/run-backend.bat
mblanke b398f6624c CLAUDE branch
i made have screwed the pooch with this
2025-06-17 06:55:38 -04:00

7 lines
119 B
Batchfile

@echo off
title Cyber Threat Hunter - Backend
cd /d "%~dp0\backend"
call venv\Scripts\activate.bat
python app.py
pause