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.
|
#!/bin/sh
|
|
|
|
# location of the directory
|
|
DIR=/var/www/html/lifeHackAgent/
|
|
|
|
sh "$DIR"silence.sh &
|
|
while [ 1 ]
|
|
do
|
|
python "$DIR"motion_detector_2.py -a 6000
|
|
python "$DIR"guru-pirate.py
|
|
python "$DIR"colophon.py # THIS WILL RUN FOR 10SEC
|
|
done
|