You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
182 B
Bash

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