4 lines
60 B
Text
4 lines
60 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
gpg2 --output ${1%".gpg"} --decrypt $1
|