Guys I have an ISP using cyberroam client so I have made a .sh for login and logout ..but I wast to create a script which will re login so that IP changes ... The problem is that am not able to fine a function to delay the calls in between .
I have this file
LOGIN.sh
"
cd Desktop
./crclient -u <username>
"
LOGOUT.sh
"
cd Desktop
./crclient -l
"
So is there a way I can use them both in a new .sh or any other executable file after 10-20secs say... And am using this on Jdownloader <- If this info helps :/
I have this file
LOGIN.sh
"
cd Desktop
./crclient -u <username>
"
LOGOUT.sh
"
cd Desktop
./crclient -l
"
So is there a way I can use them both in a new .sh or any other executable file after 10-20secs say... And am using this on Jdownloader <- If this info helps :/