kickstart/docs/kickstart/mute.md
2014-02-21 18:04:19 -03:00

12 lines
216 B
Markdown

# kickstart.mute command to run
Run the command with stdout and stder outputing to /dev/null.
Inform it is about to run.
Returns the command result
### Example
```bash
$ kickstart.mute id root
Runnig "id root"
```