fox-it/cryptophp

SyntaxError: invalid syntax

Closed this issue · 2 comments

./check_filesystem.py: línea 5: error sintáctico cerca del elemento inesperado newline' ./check_filesystem.py: línea 5:'
./check_url.py: línea 5: error sintáctico cerca del elemento inesperado newline' ./check_url.py: línea 5:'

Translation: SyntaxError: invalid syntax because of `'
I have no idea how to proceed here, can you please help me? thank you.

Please git clone the repository or download the raw script, else you would get the HTML markup version of the script which is not a Python script.

Example:

$ wget https://raw.githubusercontent.com/fox-it/cryptophp/master/scripts/check_filesystem.py
$ chmod +x check_filesystem.py
$ ./check_filesystem.py /home

We will make the README more clear by adding these instructions.

Thank you :)