package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev
# Functions
CreateScriptFile creates a script containing the given commands.
ExecuteCommand executes the given commands using the given working directory.
QuotePsString replaces the quote.
QuoteShString replaces the quote.
StartCommand starts the given commands using the given working directory.
# Structs
ShellCommandExecuter is specially added for testing purposes.
# Interfaces
T is the interface type for ShellCommandExecuter.