echo command within script

Advertisement

magz0rn
Joined:
Posts:
1

echo command within script

Hi,

I managed to write a synchronize script just fine. Since the script does a few different tasks I'd like to have some messages output in the WinSCP command window. I searched the documentation and forum, but couldn't find anything. I'd like to do something like this:

echo "-------------------------------------------------"
echo "update rage graph"
echo "-------------------------------------------------"
call /var/www/zkndomain/res/update_rage_graph.sh


I also tried
call echo "-------------------------------------------------"
to have the message output on the server but this doesn't show up either. The last variant isn't ideal anyways because it requires an active session.

TIA,
magzorn

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum