aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/todo-pull.fish
blob: 388895fda3b8b43438bbc25da8ac161eadd13596 (plain) (blame)
1
2
3
4
# Defined in /tmp/fish.tCvOIe/todo-push.fish @ line 2
function todo-pull --description 'Push /home/lemon/todo directory to crocusnedloyd.online'
	rsync -avzh --delete -e "ssh -p 2222" lemon@46.101.17.241:todo/ /home/lemon/todo/
end