goodnight sleep in geeks kinda way :)
Saturday, May 10th, 2008this is a bash howto oneliner which after 45minutes or 2700seconds kills windows media player:
$ sleep 45m;tskill $(ps -W|grep player|awk {'print$1'})
usefull for wmp, since it is missing the lack of “close automatically” functionalities. some player…
bash version: GNU bash, version 3.2.15(14)-release (i686-pc-cygwin)
