Files
myscripts/decryptGPGFile.sh
2013-11-29 13:41:25 +01:00

5 lines
57 B
Bash
Executable File

#!/bin/bash
IN=$1
OUT=$2
gpg --decrypt --output $OUT $IN