.files/dotfiles/bin/c3cp

9 lines
128 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
if [[ -z "$1" ]]; then
echo "Filepath missing."
exit 1
fi
rsync --verbose --progress --inplace $1 /tmp/