module EacRubyUtils::Envs::BaseCommand::Concat

def pipe(other_command)

def pipe(other_command)
  concat(PIPE_OPERATOR, other_command)
end