bash

Reading a Config File in a Bash Script

3 minute read Published: 2022-04-25

Today I was looking into how to add a configuration file to a script.

And this how I implemented it: