by jesse

Just read about shutting down the pc after a specific amout of time in Hijacker’s blog. It’s quite simple considering that there’s no way to do something like this with windows (without addons).

If you spin this further, you can do a lot of useful things.

Imagine, for example, you want to listen to one song and shutdown the pc afterwards:

$ play sandmännchen.mp3 ; shutdown -hP now

Or maybe you want to be informed with a sound after some time consuming command finished:

$ tar cvfz /daten/backup.tar.gz /home ; play /media/beep.mp3

Das sind so simple Sachen die das (Linux-)Leben schöner machen =)
Yet another reason why life with linux is so wonderful