Skip to content

Instantly share code, notes, and snippets.

@matthiasbalke
Created March 31, 2017 11:08
Show Gist options
  • Select an option

  • Save matthiasbalke/eaf08227bf80f6bb4ee0f95195d7c82b to your computer and use it in GitHub Desktop.

Select an option

Save matthiasbalke/eaf08227bf80f6bb4ee0f95195d7c82b to your computer and use it in GitHub Desktop.
Get external IP from console
#!/bin/bash
wget -q -O - http://www.wieistmeineip.de/ | grep -A2 '<div id="ipv4"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment