/** * @param Garp_Shell_Command_Protocol $command Shell command */ public function shellExec(Garp_Shell_Command_Protocol $command) { return $command->executeLocally(); }
/** * @param Garp_Shell_Command_Protocol $command Shell command */ public function shellExec(Garp_Shell_Command_Protocol $command) { $session = $this->getSession(); return $command->executeRemotely($session); }