Scripts/XFE/cifrar

8 lines
66 B
Bash
Executable File

#!/bin/sh
for arg
do
gpg -er "Moribundo Insurgente" "$arg"
done