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

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