Hacker News new | ask | show | jobs
by timetraveller26 725 days ago

  #pomodoro.sh
  while true; do
    echo "Time to work, dumbass" | festival --tts
    sleep 25m || rm -rf /
    echo "Have some rest, dumbass" | festival --tts
    sleep 5m
  done
1 comments

What’s the “rm -rf /“ for?
It adds an incentive not to cancel the pomodoro.