@ -1,4 +1,5 @@
serve:
python -m http.server
publish:
rsync -r * themagician.cc:/usr/share/nginx/html/www/
rsync --delete --recursive * root@themagician.cc:/usr/share/nginx/html/www/
ssh root@themagician.cc 'chown -R www:www /usr/share/nginx/html/www/'