Created
May 29, 2012 01:05
-
-
Save momo-lab/2821977 to your computer and use it in GitHub Desktop.
コンソールをクリアするだけのearthquake.gem用プラグイン
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# earthquake.gem plugin | |
# screen cleaer command | |
Earthquake.init do | |
command :clear do | |
system "clear" | |
end | |
help :clear, "clear screen" | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
:! clear
で同じことをできることが判明…orz