Quote:
Originally Posted by anchal_khare
x=`date +"%H"`
if [ $x == "08" ]
then
echo "Stay at home"
elif [ $x == "09" ] || [ $x == "10" ]
then
echo "Go office"
else
echo "do what ever u want "
fi
|
thanks for ur message but i want to execute that even if i closed the terminal?