From f19aaeeae93d62d9f0e6dd0bd6a3c28ac77ed4c5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 28 Aug 2025 19:02:28 +0200 Subject: [PATCH] chore(bin): remove scripts --- bin/harper-backup | 3 --- bin/harper-restore | 3 --- 2 files changed, 6 deletions(-) delete mode 100755 bin/harper-backup delete mode 100755 bin/harper-restore diff --git a/bin/harper-backup b/bin/harper-backup deleted file mode 100755 index 4cbd301..0000000 --- a/bin/harper-backup +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -rsync -av "$HOME/Library/Application Support/harper-ls/" ~/.config/harper-ls/ diff --git a/bin/harper-restore b/bin/harper-restore deleted file mode 100755 index 1322cf8..0000000 --- a/bin/harper-restore +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -rsync -av ~/.config/harper-ls/ "$HOME/Library/Application Support/harper-ls/"