Skip to main content
added 6 characters in body
Source Link
GregL
  • 9.9k
  • 2
  • 27
  • 37

You can write two lines in your build:

chmod 777 ./my_script.sh

./my_script.sh

chmod 777 ./my_script.sh ./my_script.sh 

You can write two lines in your build:

chmod 777 ./my_script.sh

./my_script.sh

You can write two lines in your build:

chmod 777 ./my_script.sh ./my_script.sh 
Source Link

You can write two lines in your build:

chmod 777 ./my_script.sh

./my_script.sh