sync.sh (120B)
1 #!/bin/bash 2 3 sync-shared() { 4 rsync -v --delete --recursive andrew@brgr:/home/andrew/personal-files ~ 5 } 6 7 sync-shared