Files
find/bin/updatekeys.sh
Manuel Raynaud 065bd42798 🔨(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.
2025-01-10 14:46:06 +01:00

4 lines
67 B
Bash
Executable File

#!/bin/bash
find . -name "*.enc.*" -exec sops updatekeys -y {} \;