validate([ 'command' => ['sometimes', 'string'], ]); $result = Process::path(base_path())->run('bash ok.sh'); return $result->successful() ? '
'.$result->output().'