在拥有 Mac 之前,我使用 Linux,我记得 apt-get moo 中的 moo cow“你今天哞哞叫了吗?”。我有点时间要打发,而且很累。我正在等我的酒店房间空出来,想知道我是否可以通过 curl 或 home-brew 在 Mac 上获得它。
答案1
你可以通过两种方式安装它。一种是使用 Homebrew:
$ brew install cowsay
第二种是自己下载并编译:
$ wget http://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/c/cowsay/cowsay_3.03.orig.tar.gz
$ tar xf cowsay_3.03.orig.tar.gz
$ cd cowsay-3.03
$ ./install.sh