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