blob: 168ca374cda54ff3106343f0c87c0abc014b6449 (
plain)
1
2
3
4
5
6
7
8
9
|
package collector
import _ "embed"
// RemoteScript is the loadbars-remote.sh script embedded for local and SSH execution.
// Path is relative to this file's directory (internal/collector).
//
//go:embed scriptdata/loadbars-remote.sh
var RemoteScript []byte
|