Sample Header Ad - 728x90

How to decrypt the file on the fly without process substitution?

1 vote
2 answers
980 views
I need to source the file by decrypting it on the fly using the below command. . <(gpg -qd "$encrypted_filename") sh is not supporting process substitution. I can't use bash. Please suggest some other way. https://unix.stackexchange.com/questions/237939/is-there-a-way-to-source-an-encrypted-gpg-file-on-the-fly-in-a-script
Asked by aravindderajan (11 rep)
Nov 21, 2017, 01:22 PM
Last activity: Jun 21, 2018, 08:03 PM