Erster Checkin: Tool arbeitet
This commit is contained in:
17
run.bat
Normal file
17
run.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
REM Virtuelle Umgebung aktivieren
|
||||
call venv\Scripts\activate.bat
|
||||
|
||||
if "%1"=="" (
|
||||
echo Nutzung:
|
||||
echo run.bat login ^<email^>
|
||||
echo run.bat manager ^<manager_email^>
|
||||
echo run.bat emails ^<email1^> [^<email2^> ...]
|
||||
goto :eof
|
||||
)
|
||||
|
||||
python -m app.main %*
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user