Horje
gpg-decryption Code Example
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




Shell

Related
install laravel installer on fish shell Code Example install laravel installer on fish shell Code Example
gunicorn  gevent websocket Code Example gunicorn gevent websocket Code Example
wtmp is not readable Code Example wtmp is not readable Code Example
push particular commit in git Code Example push particular commit in git Code Example
how to check folxder ezist using bash Code Example how to check folxder ezist using bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9