diff options
Diffstat (limited to 'scripts/osm/osm.api.fetch.history')
-rw-r--r-- | scripts/osm/osm.api.fetch.history | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/osm/osm.api.fetch.history b/scripts/osm/osm.api.fetch.history new file mode 100644 index 0000000..bc837bd --- /dev/null +++ b/scripts/osm/osm.api.fetch.history | |||
@@ -0,0 +1,6 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | curl -X GET $OSM_API/$1/$2/history |\ | ||
4 | tee /tmp/osm &&\ | ||
5 | echo &&\ | ||
6 | echo "\n" history of $1 $2 are copied into /tmp/osm > /dev/tty | ||