#!/bin/sh

cd /home/pi
python3 videowatcher.py /home/pi/video &
python3 imagewatcher.py /home/pi/image &