4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
python3 /root/.hermes/scripts/imap_triage.py --collect
|