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

4 lines
39 B
Bash

#!/bin/bash
IN=$1
gpg --encrypt -a $IN