Files
meet/bin/update-keys.sh
lebaudantoine aef85bb1ab 🏗️(bin) merge duplicated folders scripts and bin
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.
2024-08-09 17:25:09 +02:00

4 lines
67 B
Bash

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