#!/usr/bin/bash # THIS IS AN EXAMPLE # DON'T RUN ME WITHOUT MODIFYING! # FOOLPROOF echo "do you know what you are doing?" exit() cd echo "Fetching Timeline from fedi..." ./timelinebot.py cp tl.json cd echo "Rendering blog..." hugo echo "Sync blog to remote server..." rsync -avh -og --chown=http:http --info=progress2 --info=name0 --update --delete-after \ \ user@remote_server: