Skip to content

Instantly share code, notes, and snippets.

@sphinxid
Last active June 21, 2023 09:22
Show Gist options
  • Save sphinxid/5eedeadc03d2f938b142cc1f645bf1f1 to your computer and use it in GitHub Desktop.
Save sphinxid/5eedeadc03d2f938b142cc1f645bf1f1 to your computer and use it in GitHub Desktop.
Using ipgue.com to get your public IP.
#!/bin/bash
IP=`wget -qO - kodelatte.com`
echo $IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment