class Guard::Jobs::TerminalSettings

def echo

def echo
  return unless configurable?
  Shellany::Sheller.run("stty echo 2>#{IO::NULL}")
end