mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
7 lines
132 B
Bash
7 lines
132 B
Bash
#!/bin/sh
|
|
set -e
|
|
cd /app
|
|
echo "$(date -Is) - Mailer-Lauf gestartet"
|
|
python3 /app/mailer.py
|
|
echo "$(date -Is) - Mailer-Lauf beendet"
|