mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-09 20:31:10 +00:00
4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mydir=$(dirname "$0")
|
|
"$mydir/../.venv/bin/python" "$mydir/../send_login_alert.py"
|