docs/bin/updatekeys.sh

4 lines
67 B
Bash
Raw Normal View History

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