dotfiles/.bin/OLD/clone

8 lines
90 B
Bash

#!/bin/sh
_thing="$(readlink -f $1)"
_remote="$2"
rsync -arvP $_think $_remote:$_thing