blob: 388895fda3b8b43438bbc25da8ac161eadd13596 (
plain) (
tree)
|
|
# 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
|