Hacker News new | ask | show | jobs
by darkstar999 3385 days ago
> SLEEPS AFTER 30 MINS OF INACTIVITY

Yeah, I don't think that really counts.

1 comments

You can trivially bypass that with an infinite loop:

    while true; do sleep 1; done