You are not logged in.
Pages: 1
Hi guys,
I'm trying to run rdesktop in an infinite loop. So far I have managed to auto run it before the desktop comes up. The challenge now is to write short script that will be re-running app when user will try to press esc or session times out. Normally ctrl+alt+enter and then esc was interrupting the loop. Other combination can be used or secret key combination pressed to log-in root...
On different distro i have used following scripts:
until $
do
rdesktop (lots of switches here)
done
and 2nd one:
for (( ; ; ))
do
rdesktop (lots of switches here)
done
I have not got a clue how to do it in SliTaz
Could you please help me?
Many thanks!
Offline
[c]while true; do rdesktop (lots of switches here); done[/c]
Offline
That worked a treat. Thanks a lot for your help!
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]