Skip to content

Commit

Permalink
add What Is My Ip helper
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKozlowski committed Feb 12, 2020
1 parent f8c4369 commit 7c2dacd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wimi
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
wget -q -O - checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'

0 comments on commit 7c2dacd

Please sign in to comment.