SimpleCommand
Description:
public SimpleCommand (
string dir,
string command)
Create a new object. You will have to call `run ()` when you want to run the command.
Parameters:
dir |
The working dir
|
command |
The command to execute (using absolute paths like /usr/bin/make causes less strange bugs).
|