065bd42798
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.
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find . -name "*.enc.*" -exec sops updatekeys -y {} \;
|