6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

暇すぎるけど意識高めたい時に名言を聞き続けるコマンド

Posted at

mac限定!

alias saying='while (true) do f=$(fortune); echo "$f"; echo ""; say "$f"; sleep 10; done'

あらかじめfortuneコマンドをインストールしておきまうs

brew install fortune

あとはプロンプトでコマンドを打ち込むだけで意識高まる

saying
6
5
0

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
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?