echo "Time to shutdown in mins : " read shutdowntime sleep $((shutdowntime * 60)); kill $(pidof mediaplayer) echo "Goodnight";