Last active
February 26, 2020 08:42
-
-
Save kamiazya/3128a011d9579b3e4f5c14176a7e38f2 to your computer and use it in GitHub Desktop.
ネットワーク内の自分の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
| LOCALHOST_IP=$(ifconfig en0 | grep 'inet ' | awk -F' ' '{print $2}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment