diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-10 15:08:05 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-10 15:08:05 +0530 |
commit | e02304f014645a01ef6cdd40276997dea58504d9 (patch) | |
tree | 49ac70d8b348fa138f681e2fe6fa8f92b512ec9e /.local/bin/shorts/synchs | |
parent | 776f17159bccd342bdc8ab9afdd035196f48d385 (diff) |
Cleaning up 'bin' folder.
Diffstat (limited to '.local/bin/shorts/synchs')
-rwxr-xr-x | .local/bin/shorts/synchs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/shorts/synchs b/.local/bin/shorts/synchs deleted file mode 100755 index 244dd48..0000000 --- a/.local/bin/shorts/synchs +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -sync-server rpi - -# rsync -u ~/.config/lf/lfrc /tmp/lfrc -# sed -i '/set icons/d' /tmp/lfrc -# rsync -Pu /tmp/lfrc rpi:.config/lf/ |