Scripts/XFE/descifrar

9 lines
66 B
Bash
Executable File

#!/bin/sh
#!/bin/sh
for arg
do
gpg -d "$arg" > "$arg".desc
done