KosyanMedia/ereb

Show file content

Closed this issue · 1 comments

Is it possible to show a file content on the task page even if it's not *.sh file?
For instance, for "/usr/bin/python /var/www/mydbr/mobile/update_issued_markers.py" command the content of "/var/www/mydbr/mobile/update_issued_markers.py" file should be shown.

.py files should be parsed already, you can check it here

https://github.com/KosyanMedia/ereb/blob/master/lib/tasks_controller.py#L99