Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 449 Bytes

This repo contains walkthroughs of OvertheWire bandit, fracz git exercises and bash script to manage GPG keys.

GPG Key Manager

To run GPG keys manager:

  1. Clone the repo on your local device.
  2. Go to bash directory.
  3. Give executable permissions to gpger.sh file.
  4. Run the gpger.sh file.

The following code does the same.

git clone https://github.com/shashank78456/git-bash.git
cd git-bash/bash
chmod 744 gpger.sh
./gpger.sh