diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:30:52 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:30:52 +0530 |
commit | 5c916d69d457101326803eb076a746060e3618cf (patch) | |
tree | d6fce3256eede1c1bf78fb6a1be75b9cc4b84cee /.local/bin/shorts/syncdrive |
Moved from github
Diffstat (limited to '.local/bin/shorts/syncdrive')
-rwxr-xr-x | .local/bin/shorts/syncdrive | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/shorts/syncdrive b/.local/bin/shorts/syncdrive new file mode 100755 index 0000000..3d010cc --- /dev/null +++ b/.local/bin/shorts/syncdrive @@ -0,0 +1,3 @@ +#!/bin/sh + +rclone -v sync --delete-excluded --exclude=".git/**" ~/GDrive gdrive: |