exec( <command> )
Module: Exec
Summary:
Executes a shell command and returns the result of it.
Example:
result = exec( "ls" );
Required Args:
1 : <command> command to execute