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