#!/bin/sh USER=y192235 HOST=mrkev.fme.vutbr.cz DIR=public_html/ hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR} exit 0