Issue
How do I set a script, written in bash, to execute when the operating system starts? I am on Kali Linux and have already added the permission of execution.
Solution
firstly let your script file executable . chmod a+x file name . then run it by .\ file name .exe
Answered By - Mohammed Abdalmonim