#!/bin/bash

cat $1 | grep -v '^#' | cut -d '=' -f 2 | sed 's/ //g'