I would like running script from the php file, like ``` $command = '/opt/exemple/exemple run api'; system($command); ``` It seems doesn't work, just commands which display output like system('ls'); works