Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gpg-decryption

#!/bin/sh

# Decrypt the file
mkdir $HOME/secrets
# --batch to prevent interactive command
# --yes to assume "yes" for questions
gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" 
--output $HOME/secrets/my_secret.json my_secret.json.gpg
Comment

PREVIOUS NEXT
Code Example
Shell :: Criar um dispositivo gerido por cores 
Shell :: git default branch name config 
Shell :: linux dir one line 
Shell :: grub customizer install 
Shell :: flutter run emulator command line 
Shell :: how to see path in command prompt 
Shell :: installing firefox on debian 
Shell :: npm save as dev dependency 
Shell :: restart wsl2 windows 
Shell :: convert github issur into pr 
Shell :: how to install lm sensors 
Shell :: aws cli ec2 list instances 
Shell :: How to check git config username? 
Shell :: git pull use incoming changes. 
Shell :: start mongod ubntu 
Shell :: firebase deploy hosting only command 
Shell :: svn show revision of remote url 
Shell :: start redis server 
Shell :: ethers install 
Shell :: macos find file or directory by name 
Shell :: git log with numbers 
Shell :: ideavim reload vimrc 
Shell :: change fc editor 
Shell :: bash loop over files in file 
Shell :: git undo rebase 
Shell :: msiexec wait for completion powershell 
Shell :: kill server on port mac 
Shell :: how to remove remote ulr 
Shell :: how to store float values in shell script 
Shell :: get first few characters of file linux 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =