Files
zulip/tools/process-mailchimp-signups-command-line
Tim Abbott 28c77382d1 Update foo-command-line scripts for new deployment model.
(imported from commit 62a1fc9a5d90966d33afe31bdd5f4b80f6754fad)
2013-04-12 15:03:11 -04:00

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