From ca00f323d69b0fc58413068d65d98bc4ffda8128 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 21 Oct 2022 21:31:40 +0200 Subject: [PATCH] move scripts and add executable bits --- .local/{share => bin}/trash-put | 0 .local/{share => bin}/trash-restore | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .local/{share => bin}/trash-put (100%) mode change 100644 => 100755 rename .local/{share => bin}/trash-restore (100%) mode change 100644 => 100755 diff --git a/.local/share/trash-put b/.local/bin/trash-put old mode 100644 new mode 100755 similarity index 100% rename from .local/share/trash-put rename to .local/bin/trash-put diff --git a/.local/share/trash-restore b/.local/bin/trash-restore old mode 100644 new mode 100755 similarity index 100% rename from .local/share/trash-restore rename to .local/bin/trash-restore