summaryrefslogtreecommitdiffstats
path: root/fish/functions/todo-push.fish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fish/functions/todo-push.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/todo-push.fish b/fish/functions/todo-push.fish
new file mode 100644
index 0000000..bcbc448
--- /dev/null
+++ b/fish/functions/todo-push.fish
@@ -0,0 +1,3 @@
+function todo-push --description 'Push todo directory to crocusnedloyd.online'
+ rsync -avzh --delete -e "ssh -p 2222" /home/lemon/todo/ lemon@46.101.17.241:todo/
+end