#!/usr/local/bin/bashcd /home/cuisinewget -O /tmp http://monepicier/farine?quantity=500g;wget -O /tmp http://monepicier/lait?quantity=1L;wget -O /tmp http://monepicier/beurre?quantity=50g;wget -O /tmp http://monepicier/oeufs?quantity=5;wget -O /tmp  […]