summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-06-13 23:45:16 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-07-02 18:59:45 -0700
commit2b714a6a98d82059583e76ecefe50bd57e50a6bd (patch)
tree702727bc38742fb4b8a48525b24bc3ddca6d8623 /home/xyz/.local
parent9ef8b377355587c013d60262c761b80bbae864a8 (diff)
update
Diffstat (limited to 'home/xyz/.local')
-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"