diff options
Diffstat (limited to 'tools/osm/osm.file.get.full')
-rwxr-xr-x | tools/osm/osm.file.get.full | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/osm/osm.file.get.full b/tools/osm/osm.file.get.full new file mode 100755 index 0000000..50ee2f1 --- /dev/null +++ b/tools/osm/osm.file.get.full | |||
@@ -0,0 +1,4 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | file=$1; shift | ||
4 | osmium getid $file $@ --output-format=osm --add-referenced | ||