This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
ddcf2cb86e
zulip
/
tools
/
process-user-activity-comma...
3 lines
82 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh -x
while
true
;
do
python manage.py process_user_activity
;
sleep 1
;
done
Reference in New Issue
View Git Blame
Copy Permalink