#!/bin/bash . /etc/profile date=`date +%Y-%m-%d` myth_mtc.py > /var/log/$date/myth_mtc.log if [ $? = 0 ] then echo "Finished" >> /var/log/$date/myth_mtc.log else echo "Time Exceede" >> /var/log/$date/myth_mtc.log fi