#!/bin/bash eval "echo \"$(cat $1 | sed ' 1{ /#\!.*shtpl/ d } s/"/\\"/g ')\"" #eval "echo \"$(perl -p -e 's/"/\\"/g' $1)\""