first commit
This commit is contained in:
9
email-smtp-tester/start.sh
Executable file
9
email-smtp-tester/start.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source .env
|
||||
python3.13 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
exec python3.13 send_email.py
|
||||
Reference in New Issue
Block a user