This repository has been archived on 2019-12-12. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/bin/bash
|
|
|
|
cd /var/local
|
|
|
|
source venvs/tildetown/bin/activate
|
|
output=$(python tildetown/tildetown-py/stats.py)
|
|
deactivate
|
|
echo $output
|