Skip to content

Instantly share code, notes, and snippets.

@nibb13
Last active July 13, 2017 15:33
Show Gist options
  • Save nibb13/858456beb0e8570ce2db5c318398d249 to your computer and use it in GitHub Desktop.
Save nibb13/858456beb0e8570ce2db5c318398d249 to your computer and use it in GitHub Desktop.
Get temperature on router
echo T=$((`wl -i eth1 phy_tempsense|awk {' print $1 '}`/2+20))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment