Linux extacting msg from script to console

how to get the outout from script to console.

i am running one script msg.sh using cron job every suday midnight. as soon as i logged in i want to see the staus is service started or service failed on console.

what command i need to add to script ?

msg.sh

#!/bin/bash
if [ -e /user/script/$start.sh]
then 
   echo "starting  service"
else
   echo " service not started" 
   echo " Please check the start.sh file or manuly start the service" 
fi

if i login with root credentials @12.36.34.123 with passwd

username:root
passwd:abc

i once i logged in linux service started or service failed ( out put of the script ) should be printed on console.

how to check or how to extract messages in linux from var/log/message to current console

Thread closed double posting is not allowed in these forums
Continue here: