mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -05:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# $1=geo for verbose look up
|
|
|
|
curl -s "https://ipinfo.io/$1" | jq .
|