Skip to content

Instantly share code, notes, and snippets.

@diegofcornejo
Created July 25, 2024 04:06
Show Gist options
  • Save diegofcornejo/f4c752ce05fb541612d98efb60e93074 to your computer and use it in GitHub Desktop.
Save diegofcornejo/f4c752ce05fb541612d98efb60e93074 to your computer and use it in GitHub Desktop.
Get IP from bash
alias myip=ipinfo
ipinfo() {
IP=$(curl -s https://ipinfo.io/ip)
curl -s "https://ipinfo.io/widget/demo/$IP" | jq
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment