🔨(core) merge scripts directory in bin directory

scripts directory was containing bash scripts but bin directory also
have bash scripts. We merge both in the bin one to find them in only one
place.
This commit is contained in:
Manuel Raynaud
2025-01-08 08:45:41 +01:00
parent 2172e005e8
commit 065bd42798
4 changed files with 0 additions and 3 deletions
Regular → Executable
View File
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
find . -name "*.enc.*" -exec sops updatekeys -y {} \;