chomik icon indicating copy to clipboard operation
chomik copied to clipboard

Error when running as binary: No such file or directory

Open kenorb opened this issue 11 years ago • 0 comments

Script works when run via php, but it should be runable from the shell.

It has the header:

#!/usr/bin/env php

But it seems it doesn't work as expected.

Example:

$ chmod +x chomik.php 
$ ./chomik.php 
: No such file or directory

kenorb avatar Oct 20 '14 12:10 kenorb