Scripts for automating the daily tasks like starting an application by mentioning different ports.
- Download the file and place it in the directory.
- Configure it in .bashrc with alias Ex: alias run="py ~/workspace/python/scripts/run_app.py"
- Reload the .bashrc file Ex: source ~/.bashrc
- Execute the command and get relief with your repeated and painful process :)