From e02304f014645a01ef6cdd40276997dea58504d9 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 10 Jan 2025 15:08:05 +0530 Subject: Cleaning up 'bin' folder. --- .local/bin/shorts/synctab | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 .local/bin/shorts/synctab (limited to '.local/bin/shorts/synctab') 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/ - -- cgit v1.2.3