LoginSignup
3
3

More than 5 years have passed since last update.

Cygwin環境にcowsayコマンドをインストールする

Posted at

概要

Cygwin環境にcowsayコマンドをインストールします

インストール

$ tar jxf cowsay-3.03-1.tar.bz2
  • 解凍したファイルを %cygwin%usr/local 配下に移動

動作確認

$ cowsay "ntt-san"
 _________
< ntt-san >
 ---------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
$ cowthink "ntt-san"
 _________
( ntt-san )
 ---------
        o   ^__^
         o  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

外部資料

How to install cowsay for Cygwin - CODE YARNS

3
3
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3