Hacker News new | ask | show | jobs
by kenbellows 4143 days ago
If you've got a mouse with a scroll wheel, scroll "down" constantly to stay afloat
1 comments

I'll bet I could cheat it with WebDriver or something, but I'm not that industrious.
I simply did:

    sleep 5; while true; do xdotool click 4; sleep 0.01; done
(The sleep 5 at the beginning is to have time to switch to a different window and put it fullscreen.)
Did it work? Does he get rescued? Is bash better than a life jacket?