7 lines
248 B
Bash
Executable File
7 lines
248 B
Bash
Executable File
#!/bin/sh
|
|
# run stats.py in the appropriate virtualenv.
|
|
#
|
|
# invoke periodically from crontab and direct the output to
|
|
# /var/www/tilde.town/tilde.json
|
|
exec /usr/local/virtualenvs/tildetown/bin/python /usr/local/tildetown-scripts/tildetown/stats.py
|