Skip to content

Instantly share code, notes, and snippets.

@momo-lab
Created May 29, 2012 01:05
Show Gist options
  • Save momo-lab/2821977 to your computer and use it in GitHub Desktop.
Save momo-lab/2821977 to your computer and use it in GitHub Desktop.
コンソールをクリアするだけのearthquake.gem用プラグイン
# -*- coding: utf-8 -*-
# earthquake.gem plugin
# screen cleaer command
Earthquake.init do
command :clear do
system "clear"
end
help :clear, "clear screen"
end
@momo-lab
Copy link
Author

:! clear
で同じことをできることが判明…orz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment