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

curl -X GET $OSM_API/$1/$2/full |\
tee /tmp/osm &&\
echo "\n" content of $1 $2 and its members are copied into /tmp/osm > /dev/tty