#!/bin/sh
DIR=/var/www/html/lifeHackAgent/
while [ 1 ]
do
python "$DIR"motion_detector_2.py -a 10
python "$DIR"guru-pirate.py
sleep 10
done