openwrt软路由安装lrzsz和查看温度 2022-02-19 10:08:50 浏览数 (1) 安装lrzszssh连接到软路由opkg update opkg install lrzsz查看CPU温度硬件温度在/sys/class/hwmon/hwmon0/temp1_input文件里(根据不同固件,文件夹名可能有所不同) shell脚本代码语言:javascript复制#!/bin/bash cpu=`cut -c1-2 /sys/class/hwmon/hwmon0/temp1_input` echo "CPU温度:" $CPU_TEMP "℃" shell ssh class input sys 0 人点赞 上一篇:分享雷军22年前编写的代码