diff options
Diffstat (limited to 'home/xyz/.local/bin/mll')
-rwxr-xr-x | home/xyz/.local/bin/mll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/mll b/home/xyz/.local/bin/mll new file mode 100755 index 00000000..73342738 --- /dev/null +++ b/home/xyz/.local/bin/mll @@ -0,0 +1,5 @@ +#!/bin/sh +# Map Latitude Longitude + +# https://help.openstreetmap.org/questions/9669/jumping-to-a-specific-set-of-coordinates-on-the-map +o "$BROWSER" "https://www.openstreetmap.org/?mlat=$1&mlon=$2&zoom=12" |