Skip to content

Instantly share code, notes, and snippets.

@akkunchoi
Created October 8, 2011 01:50
Show Gist options
  • Save akkunchoi/1271735 to your computer and use it in GitHub Desktop.
Save akkunchoi/1271735 to your computer and use it in GitHub Desktop.
やる気がない時に実行するコマンド
#!/usr/bin/env ruby
list = %w(
部屋を掃除しろ!
部屋を片付けろ!
資料を整理しろ!
タスクを整理しろ!
メモを整理しろ!
「あとで読む」でも読んどけ!
風呂でも入っとけ!
何もするな。何も考えるな。
寝ろ!
ゲームでもして気分転換しよう
服を着替えろ!
外に出ろ!
PCをシャットダウンしろ!
ネット接続を切れ!
やらなければならないことを10分でもいいからやれ!
何か書け!
Twitterに何か書け!
ブログに何か書け!
)
puts list[rand(list.length)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment