#!/bin/sh #----------------------------------------------------------------------------- # /var/install/bin/lm_sensors-request - sensors request # # Creation: 2005-05-26 Vsevolod Kukol # Last update: $Id$ # # Copyright (c) 2005 Vsevolod Kukol # Copyright (c) 2009-2012 Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- # read eislib . /var/install/include/eislib clrhome mecho --info "Fetch sensors ... " echo /usr/bin/sensors echo anykey exit 0 # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------