dotfiles/.bin/OLD/clone

8 lines
90 B
Plaintext
Raw Normal View History

2023-02-22 08:31:38 +01:00
#!/bin/sh
_thing="$(readlink -f $1)"
_remote="$2"
rsync -arvP $_think $_remote:$_thing