diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-13 23:45:16 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-02 18:59:45 -0700 |
commit | 2b714a6a98d82059583e76ecefe50bd57e50a6bd (patch) | |
tree | 702727bc38742fb4b8a48525b24bc3ddca6d8623 | |
parent | 9ef8b377355587c013d60262c761b80bbae864a8 (diff) |
update
-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" |