#!/bin/sh [ -n "$1" ] || exit 1 wget -O "$1.osm" --post-file="$1" "http://overpass-api.de/api/interpreter"