I have a web application written in angular.js and I've a python script run.py saved in my downloads directory, which is the sane directory as the app.
When I start the app in the working directory, which is also the directory that has the python script, I want the app to execute run.py. This should happen everytime the app is started/initialized. How can I achieve this? Is this achievable?
run.shis a strange name for a Python script (it makes it look like it should be a shell script instead).