Skip to content

Instantly share code, notes, and snippets.

@spolischook
Last active June 3, 2017 07:29
Show Gist options
  • Save spolischook/d9d7e45360607c352491e6f813dcf0d2 to your computer and use it in GitHub Desktop.
Save spolischook/d9d7e45360607c352491e6f813dcf0d2 to your computer and use it in GitHub Desktop.
Get Ip
#!/bin/bash
curl -s http://whatismijnip.nl | cut -d " " -f 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment