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.
Asked
Active
Viewed 715 times
-1
-
Why did you accept an answer that doesn't answer your question? – gre_gor Nov 21 '19 at 15:45
1 Answers
-3
firstly let your script file executable . chmod a+x file name . then run it by .\ file name .exe

Mohammed Abdalmonim
- 26
- 3