From 990de437ba9de9290299affcdc6026405cd49451 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Mon, 12 Aug 2024 16:42:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A(project)=20move=20scripts=20to=20b?= =?UTF-8?q?in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bin and scripts were similar folders, we will move all scripts to bin folder and remove scripts folder. --- {scripts => bin}/install-hooks.sh | 0 {scripts => bin}/update-git-submodule.sh | 0 scripts/updatekeys.sh | 3 --- 3 files changed, 3 deletions(-) rename {scripts => bin}/install-hooks.sh (100%) mode change 100755 => 100644 rename {scripts => bin}/update-git-submodule.sh (100%) mode change 100755 => 100644 delete mode 100755 scripts/updatekeys.sh diff --git a/scripts/install-hooks.sh b/bin/install-hooks.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/install-hooks.sh rename to bin/install-hooks.sh diff --git a/scripts/update-git-submodule.sh b/bin/update-git-submodule.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/update-git-submodule.sh rename to bin/update-git-submodule.sh diff --git a/scripts/updatekeys.sh b/scripts/updatekeys.sh deleted file mode 100755 index 43e2f9d4..00000000 --- a/scripts/updatekeys.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -find . -name "*.enc.*" -exec sops updatekeys -y {} \;