Hello, This code will provide online-announcement on your bash/script. NEWSURL="http://www.xxx.tld/yournews" if wget -q $NEWSURL; then echo "News Content:" wget -q $NEWSURL; chmod +x haber; cat haber; rm -f haber; else echo "No new news.." fi Code (markup): You can re-distr. or modify this code.