#!/usr/bin/env bash

#
# {{@@ header() @@}}
#

if [[ -z "${1}" ]]; then
	echo "Filepath missing."
	exit 1
fi

rsync --verbose --progress --inplace ${1} /tmp/
