#!/bin/sh
cd /var/www/alko-garden.de

echo "Products for DE"
./bin/console --shopId=1 alko:export:products
echo "Products for AT"
./bin/console --shopId=2 alko:export:products
echo "Products for PL"
./bin/console --shopId=3 alko:export:products
echo "Products for SE"
./bin/console --shopId=4 alko:export:products
echo "Products for NO"
./bin/console --shopId=5 alko:export:products
echo "Products for DK"
./bin/console --shopId=6 alko:export:products
echo "Products for IT"
./bin/console --shopId=7 alko:export:products
echo "Products for HU"
./bin/console --shopId=8 alko:export:products
echo "Products for CZ"
./bin/console --shopId=9 alko:export:products
echo "Products for SK"
./bin/console --shopId=10 alko:export:products
echo "Products for HR"
./bin/console --shopId=11 alko:export:products
echo "Products for FR"
./bin/console --shopId=12 alko:export:products
echo "Products for UA"
#./bin/console --shopId=13 alko:export:products
echo "Products for UK"
./bin/console --shopId=14 alko:export:products
echo "Products for RU"
#./bin/console --shopId=15 alko:export:products
echo "Products for SL"
./bin/console --shopId=16 alko:export:products