とあるパブリッククラウドサービス上で稼働している仮想マシンにSSHログインしたら、なんかCoolだったので真似てみた。
$ brew install figlet $ echo 'echo -e "\033[36m`figlet -f slant TOWN, inc.`\033[m"'>> ~/.bash_profile # 全ユーザに対して有効化したい場合、 motd (message of the day) ファイルにぶち込むと良い $ sudo echo -e "\033[36m`figlet -f slant TOWN, inc.`\033[m" >> /etc/motd
以前の投稿 と組み合わせると、とても素敵になりますね。