summaryrefslogtreecommitdiffstats
path: root/fish/functions/pull-textnotes.fish
blob: 6f91b6d77742aa91485b0e2a5c162efa3a1fc849 (plain) (blame)
1
2
3
function pull-textnotes --description 'Pull ~/Nextcloud/Textnotes from server'
	rsync -av --delete -e "ssh -p 2222" lemon@46.101.17.241:/home/lemon/Nextcloud/Textnotes/ /home/lemon/Nextcloud/Textnotes/
end