3 lines
60 B
Bash
Executable file
3 lines
60 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
gpg2 --output ${1%".gpg"} --decrypt $1
|