#!/bin/bash

PYTHON=python3

cd `dirname $0`/..
${PYTHON} s3regions.py -o data/regions.xml $*

