aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/osm/osm.api.fetch.history
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osm/osm.api.fetch.history')
-rwxr-xr-xscripts/osm/osm.api.fetch.history6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/osm/osm.api.fetch.history b/scripts/osm/osm.api.fetch.history
deleted file mode 100755
index bc837bd..0000000
--- a/scripts/osm/osm.api.fetch.history
+++ /dev/null
@@ -1,6 +0,0 @@
1#! /bin/sh
2
3curl -X GET $OSM_API/$1/$2/history |\
4tee /tmp/osm &&\
5echo &&\
6echo "\n" history of $1 $2 are copied into /tmp/osm > /dev/tty