zulip/tools/process-mailchimp-signups-c...

3 lines
120 B
Bash
Executable File

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