From 00b136155183ae522ca458e540a8cf29bf525e74 Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 27 Feb 2020 16:32:37 +0800 Subject: update --- tools/osm/osm.api.fetch.full | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tools/osm/osm.api.fetch.full (limited to 'tools/osm/osm.api.fetch.full') diff --git a/tools/osm/osm.api.fetch.full b/tools/osm/osm.api.fetch.full new file mode 100755 index 0000000..5ee78b8 --- /dev/null +++ b/tools/osm/osm.api.fetch.full @@ -0,0 +1,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 -- cgit v1.2.3-70-g09d2