Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106978320
PhageLocalAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Apr 3, 04:32
Size
190 B
Mime Type
text/x-php
Expires
Sat, Apr 5, 04:32 (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
25296560
Attached To
rPHU libphutil
PhageLocalAction.php
View Options
<?php
final
class
PhageLocalAction
extends
PhageAgentAction
{
protected
function
newAgentFuture
(
PhutilCommandString
$command
)
{
return
new
ExecFuture
(
'sh -c %s'
,
$command
);
}
}
Event Timeline
Log In to Comment