one-click gpg script

Here is where you can post tips and tricks to share with other users of MX. Do not ask for help in this Forum.
Post Reply
Message
Author
Vincent17
Posts: 75
Joined: Tue Feb 20, 2018 1:07 am

one-click gpg script

#1 Post by Vincent17 »

I was surprised that this simple script works. I use it for quick access to lists of confidential, frequently-consulted data.

Code: Select all

#! /bin/bash
xfce4-terminal -H -e "gpg -d $0"
exit

-----BEGIN PGP MESSAGE-----

jA0ECQMCG3P5ymrcMRvP0o4B5nQLKLUP5zBHdIWLc9zjneLzerKUzlCakghl8aBo
L8q0mbSoFzltRFSC6XC2gzewo2O79SZ2qEyfz8q1Z5AdikbQxFEPtT8+qUGP/6tf
/8qJBhhW6qZcIOrjCzlyc6gbnPfAm7VkSSPmnKLQ8RA7ZBBh7nsdWxTGKZq2T+r5
7xp5cuQvwYSN2UsbR8O3
=SICu
-----END PGP MESSAGE-----



Post Reply

Return to “Tips & Tricks by users”