6 lines
143 B
Bash
6 lines
143 B
Bash
|
#!/bin/bash
|
||
|
source bin/activate
|
||
|
|
||
|
python3 update-status.py /var/www/xkcd.flumble.nl/logs
|
||
|
python3 generate-html.py /var/www/xkcd.flumble.nl/logs
|