Skip to content

Instantly share code, notes, and snippets.

@ubnt-intrepid
Last active May 13, 2016 05:10
Show Gist options
  • Select an option

  • Save ubnt-intrepid/86a52e69a475269129d1c415cc9fd7b2 to your computer and use it in GitHub Desktop.

Select an option

Save ubnt-intrepid/86a52e69a475269129d1c415cc9fd7b2 to your computer and use it in GitHub Desktop.
#!/usr/bin/zsh
# 目的
# * 起動している環境の情報を特定する
# * 環境ごとの動作の違いを吸収する
# 識別対象
# * $OSTYPE : OS
# * $TERM : ターミナル
# * $HOME/.hostname : ホスト名 (/etc/hostname などは書き換えが難しいため)
# WIP...
@ubnt-intrepid

Copy link
Copy Markdown
Author
$ echo $OSTYPE
cygwin  # Cygwin

$ echo $OSTYPE
msys  # MSYS2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment