aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/osm/osm.api.fetch
blob: 8460c5f97ede5a0b481bc51170b5c686344762db (plain)
1
2
3
4
5
6
#! /bin/sh

# get .osm format data
curl -X GET $OSM_API/$1/$2 |\
tee /tmp/osm &&\
echo content of $1 $2 is copied into /tmp/osm > /dev/tty