mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
3 lines
129 B
Bash
Executable File
3 lines
129 B
Bash
Executable File
#!/bin/sh -x
|
|
while true; do python /home/humbug/humbug-deployments/current/manage.py send_missedmessage_reminders; sleep 1; done
|