├── .gitignore ├── README.md ├── diffJs.py ├── install.sh ├── javascript_files_extractor.py ├── javascript_files_link_extractor.sh └── sendmail.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoebpate1/diffJs/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoebpate1/diffJs/HEAD/README.md -------------------------------------------------------------------------------- /diffJs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoebpate1/diffJs/HEAD/diffJs.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoebpate1/diffJs/HEAD/install.sh -------------------------------------------------------------------------------- /javascript_files_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoebpate1/diffJs/HEAD/javascript_files_extractor.py -------------------------------------------------------------------------------- /javascript_files_link_extractor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoebpate1/diffJs/HEAD/javascript_files_link_extractor.sh -------------------------------------------------------------------------------- /sendmail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoebpate1/diffJs/HEAD/sendmail.sh --------------------------------------------------------------------------------