Skip to content

Instantly share code, notes, and snippets.

@crashangelbr
Created July 27, 2020 05:57
Show Gist options
  • Save crashangelbr/716996e5d6592c92ceddf728c5693227 to your computer and use it in GitHub Desktop.
Save crashangelbr/716996e5d6592c92ceddf728c5693227 to your computer and use it in GitHub Desktop.
for f in $(find . -name "*.crypt") ; do echo $f && aescrypt -p PASSWORD -o "${f/.crypt/}" -d $f ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment