summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/mll5
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"