-1

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.

Taazar
  • 1,545
  • 18
  • 27

1 Answers1

-3

firstly let your script file executable . chmod a+x file name . then run it by .\ file name .exe