diff options
Diffstat (limited to 'scripts/osm/osm.api.fetch.history')
-rwxr-xr-x | scripts/osm/osm.api.fetch.history | 6 |
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 | |||
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 | ||