Before using it you need to install ansi-to-html
:
npm install ansi-to-html
And put html_string_diff
at the root of project.
You might need to use sudo
to run the script.
sudo ./html_string_diff.sh
And you might also need to allow read/write permissions in order to run the script.
chmod -R 777 ./html_string_diff.sh