website/cron.sh

8 lines
141 B
Bash
Raw Normal View History

2020-03-01 20:59:07 +01:00
#! /bin/bash
mkdir ./extracts
cd ./extracts
wget https://donnees.roulez-eco.fr/opendata/jour
unzip jour
mv *.xml ../gasStations.xml
rm jour