Files
meet/bin/update-keys.sh
lebaudantoine a61b34400b ♻️(scripts) improve script portability
Improved script portability by switching to `/usr/bin/env bash`, ensuring
better support across environments where `bash` may not be the default shell.
2025-01-14 10:15:27 +01:00

4 lines
75 B
Bash

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