Page MenuHomec4science

PhageLocalAction.php
No OneTemporary

File Metadata

Created
Fri, Nov 15, 18:25

PhageLocalAction.php

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

Event Timeline