diff options
-rwxr-xr-x | live.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ python3 generatesite.py templates/template_dark.txt dark python3 generatesite.py templates/template_nocss.txt nocss python3 generatesite.py templates/template_kawaii.txt kawaii cp -r output/* /var/www +chmod -R +r /var/www/dark +chmod -R +r /var/www/kawaii +chmod -R +r /var/www/nocss |