Changeset 491
- Timestamp:
- 06/18/99 07:07:24 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/matorb/displayit.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/matorb/displayit.pl
r490 r491 9 9 10 10 11 # Clear the screen12 $temp=`echo "254 88" > /proc/sys/dev/sensors/matorb*/disp`;13 14 11 # Turn off the blinking cursor 15 12 $temp=`echo "254 84" > /proc/sys/dev/sensors/matorb*/disp`; … … 18 15 19 16 while (<STDIN>) { 20 # Reset the position of the cursor to the next line 21 $temp=`echo "254 71 1 $linenum" > /proc/sys/dev/sensors/matorb*/disp`; 17 # Reset the position of the cursor to the next line 18 $temp=`echo "254 71 1 $linenum" > /proc/sys/dev/sensors/matorb*/disp`; 19 chop; 20 $_="$_ "; 22 21 if (/^(.{1,20})/) { 23 22 $_=$1;
