Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 394 Bytes

File metadata and controls

7 lines (6 loc) · 394 Bytes

Daily-Automation

Scripts for automating the daily tasks like starting an application by mentioning different ports.

  1. Download the file and place it in the directory.
  2. Configure it in .bashrc with alias Ex: alias run="py ~/workspace/python/scripts/run_app.py"
  3. Reload the .bashrc file Ex: source ~/.bashrc
  4. Execute the command and get relief with your repeated and painful process :)