class Guard::Jobs::TerminalSettings

def initialize

def initialize
  @settings = nil
  @works = Shellany::Sheller.run("hash", "stty") || false
end