Grettings,我是一个新手,正在尝试制作一个可以自动安装几个SBC的bash脚本。
它创建了几个文件、文件夹、cronjobs,并推送了一些配置。
我在创建其他shell脚本时遇到了困难。
我试过了:
cat > cputemp.sh <<EOF
#!/bin/bash
while :
do
x=$( cat /sys/devices/virtual/thermal/thermal_zone0/temp )
y=$( cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq )
z=$(expr $y / 1000)
t=$(expr $x / 1000)
echo -en "