echo "#" >> $1
echo "# This is a comment for a variable definition" >> $1
echo "# The variable is also within that comment" >> $1
echo "# $2=$3" >> $1
