zulip/tools/process-user-activity-comma...

3 lines
122 B
Bash
Executable File

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