i've got a text file with configuration in that I want to parse into a script. Any idea how I do this?
config;
name = joe
age = 38
location = oxford
For example, i'll ask the question to the user;
Would you like to get the user details? [Y/N]:
Then after the user says yes it will parse this config into the commands i'm building.