summaryrefslogtreecommitdiff
path: root/.local/bin/shorts/synctab
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/shorts/synctab')
-rwxr-xr-x.local/bin/shorts/synctab19
1 files changed, 0 insertions, 19 deletions
diff --git a/.local/bin/shorts/synctab b/.local/bin/shorts/synctab
deleted file mode 100755
index 1e44419..0000000
--- a/.local/bin/shorts/synctab
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-sshadd ~/.ssh/tab_id_ed25519
-sync() { rsync -Pru --delete --exclude "*.git" "$@"; }
-
-sync ~/GDrive/ tab:GDrive/
-sync "${XDG_VIDEOS_DIR:-$HOME/Videos}" tab:Videos/
-
-sync -R \
- "${XDG_DOCUMENTS_DIR:-$HOME/Documents}/./allreader" \
- "${XDG_DOCUMENTS_DIR:-$HOME/Documents}/./latex" \
- "${XDG_DOCUMENTS_DIR:-$HOME/Documents}/./Notes/bookmarks.txt" \
- tab:Documents/
-
-sync \
- "${XDG_MUSIC_DIR:-$HOME/Music}/Piano" \
- "${XDG_MUSIC_DIR:-$HOME/Music}/Devotional" \
- tab:Music/
-