I have a file with content:
EnableSchemaValidation="False"
EnableRedshiftImport="True"
how do I run a bash/shell command to parse this file and set environment variables as:
√ ~ % echo ${EnableSchemaValidation}
False
√ ~ % echo ${EnableRedshiftImport}
True
√ ~ %