environment_sensors/collector.sh

7 lines
75 B
Bash
Executable File

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