Last active
June 3, 2017 07:29
-
-
Save spolischook/d9d7e45360607c352491e6f813dcf0d2 to your computer and use it in GitHub Desktop.
Get Ip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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