Shell Utils
class ShellUtils
Content copied to clipboard
Types
CommandResult
Link copied to clipboard
Functions
execCmd
Link copied to clipboard
open fun execCmd(command: String, isRoot: Boolean): ShellUtils.CommandResult
Content copied to clipboard
open fun execCmd(commands: Array<String>, isRoot: Boolean): ShellUtils.CommandResult
Content copied to clipboard
open fun execCmd(commands: List<String>, isRoot: Boolean): ShellUtils.CommandResult
Content copied to clipboard
open fun execCmd(command: String, isRoot: Boolean, isNeedResultMsg: Boolean): ShellUtils.CommandResult
Content copied to clipboard