Skip to content

Instantly share code, notes, and snippets.

@mongrelP
Created December 9, 2011 09:54
Show Gist options
  • Save mongrelP/1450943 to your computer and use it in GitHub Desktop.
Save mongrelP/1450943 to your computer and use it in GitHub Desktop.
バルス!
# -*- coding: utf-8 -*-
# say "バルス"
#「3分間待ってやる」の時に実行してバルスすると64秒後にバルス。
# Licence:CC0
Earthquake.init do
command :bals do
sleep(64)
:update
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment