Installation
1. Method: Clone the repository
Section titled “1. Method: Clone the repository”Clone the repositoty using git:
git clone https://github.com/Tirito6626/bash2json
and make the file executable
chmod +x ./bash2json/bash2json
And now you can use
./bash2json/bash2json --version
2. Method: Download the file directly
Section titled “2. Method: Download the file directly”Download the file
wget https://repo.tirito.de/projects/bash2json
and make the file executable
chmod +x ./bash2json