Files
zulip/tools/process-mailchimp-signups-command-line
Luke Faraone 2fd4525531 Add process-mailchimp-signups-command-line so we can fire and forget this daemon.
(imported from commit 7a966199da51ec22ae62386d6382ebf05d151f31)
2013-04-05 10:22:27 -07:00

3 lines
80 B
Bash
Executable File

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