aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/osm/osm.api.referenced.relation
blob: 2ce0631415271c0cd2520459077491d335c2d172 (plain)
1
2
3
4
5
6
#! /bin/sh

curl -X GET $OSM_API/$1/$2/relations |\
tee /tmp/osm &&\
echo &&\
echo "\n" relations contain $1 $2 are copied into /tmp/osm > /dev/tty