environment_sensors/collector.sh

7 lines
76 B
Bash
Executable File

while :
do
./manage.py collect
./manage.py clean
sleep 300
done