8 lines
No EOL
141 B
Bash
Executable file
8 lines
No EOL
141 B
Bash
Executable file
#! /bin/bash
|
|
|
|
mkdir ./extracts
|
|
cd ./extracts
|
|
wget https://donnees.roulez-eco.fr/opendata/jour
|
|
unzip jour
|
|
mv *.xml ../gasStations.xml
|
|
rm jour |