#!/bin/bash
while true ; do \
    /usr/bin/php /opt/unetlab/html/store/artisan scand_hard_disk
    sleep 60
done
