diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-13 23:45:16 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-13 23:45:16 -0700 |
commit | 31af41de33027294873dda2b15b475d8d6702ccd (patch) | |
tree | 9df7635772cd7bbfc3da0cdb284e6149a13ca28a /home/xyz/.local | |
parent | 5318b519c4209a2938a9132a1d30ed9ad1e85477 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-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" |