4 lines
55 B
Text
4 lines
55 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
gpg2 --output $1.gpg --encrypt $1
|