Example file:
/Variable1=Value1/Variable2=Value Value Value/Variable3=Value3 Value3/
I want it to read the variables and set them. Meaning I would be able to type echo $Variable1
and get Value1
as the output, etc. I tried a lot of things, but they were very long, and didn't work when the variables changed names. Does anyone know an effective method for this?