File: 020_add_shebang

package info (click to toggle)
pandorafms-agent 6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: perl: 3,800; sh: 924; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/plugins/top.sh
+++ b/plugins/top.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 echo "<module>";
 echo "<name><![CDATA[top]]></name>";
 echo "<type><![CDATA[generic_data_string]]></type>";