Files
zulip/tools/send_confirmation_emails_command_line
Tim Abbott 104d3c8101 Make tools/send_confirmation_emails_command_line executable.
(imported from commit 3923efcbddaca705a64fb4359adc408c7f948ad4)
2013-04-12 15:37:49 -04:00

3 lines
125 B
Bash
Executable File

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