Page MenuHomec4science

PhageLocalAction.php
No OneTemporary

File Metadata

Created
Tue, Apr 29, 07:59

PhageLocalAction.php

<?php
final class PhageLocalAction
extends PhageAgentAction {
protected function newAgentFuture(PhutilCommandString $command) {
return new ExecFuture('sh -c %s', $command);
}
}

Event Timeline