#!/bin/sh
./load.sh
while true
do
	sleep 5
	python3 Rpi_to_server.py
done