#!/bin/sh

echo $$ > /var/run/script.pid

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