mirror of https://github.com/zulip/zulip.git
3 lines
125 B
Plaintext
3 lines
125 B
Plaintext
|
#!/bin/sh -x
|
||
|
while true; do python /home/humbug/humbug-deployments/current/manage.py send_confirmation_emails; sleep 1; done
|