May 8, 20187 yr Author 1 minute ago, goldKeeper said: you need to save it as .sh and make it executable and do u make it exucutable?
May 8, 20187 yr you can either right click it and look for permissions tab and set it to executable for the owner or if you are familiar with the terminal just do chmod +x fileName.sh and execute it with ./fileName.sh
May 8, 20187 yr Author 16 minutes ago, goldKeeper said: you can either right click it and look for permissions tab and set it to executable for the owner or if you are familiar with the terminal just do chmod +x fileName.sh and execute it with ./fileName.sh did the first part and was able to click on execute but nothing pops up
May 8, 20187 yr then execute it in terminal and tell us the error. You can execute in the terminal with either ./file.sh or bash filename.sh and if you are not at the right directory then do bash /path/to/file/file.sh
Create an account or sign in to comment