mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#!/bin/sh -x
|
|
while true; do python manage.py subscribe_new_users; sleep 1; done
|