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/"