time=$(date +%Y%m%dT%H%M%S)
opid=$1
echo "$time $opid $(~/DB_SAMPLE/SHELL/temperture)" |
ssh pi@localhost "cat > ~/DB_SAMPLE/DATA/INPUT/DATA.$opid.$time.$$"
