Estoy intentando probar mi script pero me encuentro el siguiente error...
central@ubuntu:~/Escritorio/tuenti$ ./test_challenge F93g0****6ak-******* /etc/php5 php test.php
Evidentemente he ocultado mi token y me tira esto...
ERROR: Unable to execute file.
The file '/etc/php5' does not exist or its not executable.
- Check that the file exists, the path is correct or it's in the PATH
- Check that the file has executable permissions
- If it's a scripting language, try to execute:
test_challenge TOKEN SRC_PATH <interpreter> <path/to/source>
For example, for PHP:
test_challenge TOKEN SRC_PATH php path/to/source.php
Gracias... :)