You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
151 B
Bash

while [[ 1 ]]; do curl -s -o - '134.169.59.101/atmoweb?Temp1Read=&Temp2Read=' | sed -e "s/\"Temp[1-2]Read\": //g" | sed -e "s/, $/\n/g"; sleep 1; done