Last active
May 13, 2016 05:10
-
-
Save ubnt-intrepid/86a52e69a475269129d1c415cc9fd7b2 to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/zsh | |
| # 目的 | |
| # * 起動している環境の情報を特定する | |
| # * 環境ごとの動作の違いを吸収する | |
| # 識別対象 | |
| # * $OSTYPE : OS | |
| # * $TERM : ターミナル | |
| # * $HOME/.hostname : ホスト名 (/etc/hostname などは書き換えが難しいため) | |
| # WIP... |
ubnt-intrepid
commented
May 13, 2016
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment