#!/usr/bin/env bash
MESSAGE=`cat /etc/app/simple.conf`
echo $MESSAGE
