Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCMD ¶
RunCMD runs a command in the shell
Parameters:
- fs: the command to run
Returns:
- error: an error if the command fails
func RunLooseCMD ¶
func RunLooseCMD(fs string)
RunLooseCMD runs a command in the shell without returning anything
Parameters:
- fs: the command to run
func RunReallyLooseCMD ¶
func RunReallyLooseCMD(fs string)
RunReallyLooseCMD runs a command in the shell without returning anything and without waiting for the command to finish
Parameters:
- fs: the command to run
func RunReturnCMD ¶
RunReturnCMD runs a command in the shell and returns the output
Parameters:
- fs: the command to run
Returns:
- string: the output of the command
- error: an error if the command fails
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.