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