Skip to content

Instantly share code, notes, and snippets.

@kamiazya
Last active February 26, 2020 08:42
Show Gist options
  • Select an option

  • Save kamiazya/3128a011d9579b3e4f5c14176a7e38f2 to your computer and use it in GitHub Desktop.

Select an option

Save kamiazya/3128a011d9579b3e4f5c14176a7e38f2 to your computer and use it in GitHub Desktop.
ネットワーク内の自分のIPアドレスを取得
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