From aef85bb1abcf9d5c81e083a328638169c8280e1e Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 5 Aug 2024 16:20:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F(bin)=20merge=20duplicated?= =?UTF-8?q?=20folders=20scripts=20and=20bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Few scripts were duplicated between the scripts and the bin folders. Reorganize the scripts in a common folder, and align filenames to follow the same rule. --- {scripts => bin}/install-hooks.sh | 0 {scripts => bin}/update-git-submodule.sh | 0 bin/{updatekeys.sh => update-keys.sh} | 0 scripts/updatekeys.sh | 3 --- 4 files changed, 3 deletions(-) rename {scripts => bin}/install-hooks.sh (100%) rename {scripts => bin}/update-git-submodule.sh (100%) rename bin/{updatekeys.sh => update-keys.sh} (100%) delete mode 100755 scripts/updatekeys.sh diff --git a/scripts/install-hooks.sh b/bin/install-hooks.sh 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 similarity index 100% rename from scripts/update-git-submodule.sh rename to bin/update-git-submodule.sh diff --git a/bin/updatekeys.sh b/bin/update-keys.sh similarity index 100% rename from bin/updatekeys.sh rename to bin/update-keys.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 {} \;