9 lines
137 B
Bash
Executable File
9 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /var/local
|
|
|
|
source venvs/tildetown/bin/activate
|
|
output=$(python tildetown/tildetown-py/stats.py)
|
|
deactivate
|
|
echo $output
|