From 50688907562903fa054035dd8abe7cccef6dad0f Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Wed, 3 Apr 2024 17:17:24 +0300 Subject: [PATCH] Create PhyreShellExecutor.php --- .../Shell/Adapters/PhyreShellExecutor.php | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 web/Modules/Microweber/Shell/Adapters/PhyreShellExecutor.php diff --git a/web/Modules/Microweber/Shell/Adapters/PhyreShellExecutor.php b/web/Modules/Microweber/Shell/Adapters/PhyreShellExecutor.php new file mode 100644 index 0000000..36ac286 --- /dev/null +++ b/web/Modules/Microweber/Shell/Adapters/PhyreShellExecutor.php @@ -0,0 +1,34 @@ + $command, +// 'path' => $path, +// 'args' => $args, +// 'commandAsLine' => $commandAsLine +// ]); + return ShellApi::exec($commandAsLine); + } +}