4 lines
149 B
Bash
4 lines
149 B
Bash
#!/bin/bash
|
|
wget -qO- https://spot.lutran.fr/index.php?a=update_project > /dev/null
|
|
|
|
#Crontab job: 0 * * * * . /var/www/spot/spot_cron.sh > /dev/null |