zulip/tools/process-missedmessage-comma...

3 lines
129 B
Plaintext
Raw Normal View History

#!/bin/sh -x
while true; do python /home/humbug/humbug-deployments/current/manage.py send_missedmessage_reminders; sleep 1; done