module EacRubyUtils::Envs::BaseCommand::Concat

def or(other_command)

def or(other_command)
  concat(OR_OPERATOR, other_command)
end