Files
zulip/tools/process-missedmessage-command-line
Leo Franchi b9a39d7982 Make missed message keepalive executable
(imported from commit 66f96b2bd75ae84bc4aec7073542b11611990dee)
2013-05-09 10:35:48 -04:00

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