1 2 3 4 5 6 7 8
package collector import _ "embed" // LinuxScript contains the embedded loadbars-remote.sh script for Linux hosts // //go:embed loadbars-remote.sh var LinuxScript []byte