#!/bin/sh
rm -rf public/
hugo
ssh root@ejv2.cc rm -rf /var/www/html/
rsync -zr public/ ejv2.cc:/var/www/html/
./bigfiles