Guest User

Untitled

a guest
Nov 17th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # OpenVAS
  4. # $Id$
  5. # Description: Report generator script: XML.
  6. #
  7. # This report generator is the most trivial
  8. # one as it simply passes on the XML report
  9. # without any change.
  10. #
  11. # Authors:
  12. # Matthew Mundell <matthew.mundell@greenbone.net>
  13. #
  14. # Copyright:
  15. # Copyright (C) 2010 Greenbone Networks GmbH
  16. #
  17. # This program is free software; you can redistribute it and/or modify
  18. # it under the terms of the GNU General Public License version 2,
  19. # or, at your option, any later version as published by the Free
  20. # Software Foundation
  21. #
  22. # This program is distributed in the hope that it will be useful,
  23. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. # GNU General Public License for more details.
  26. #
  27. # You should have received a copy of the GNU General Public License
  28. # along with this program; if not, write to the Free Software
  29. # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  30.  
  31. cat $1
Add Comment
Please, Sign In to add comment