| Simon Benn
| Hi Folks,
Given that you have authorized acces to a machine: Is there an efficient screengrabber that will do refreshes?
currently I do:
#!/bin/sh
while true
rsh -n $1 screendump -ce | screenload
end
which I reckon is very ugly. any better suggestions?
Posted: Wed May 5 11:49:42 1999
|