Skip to content

Instantly share code, notes, and snippets.

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