How to Make a Bash Script Executable
Bash scripts can be used to automate bash shell commands, they have the extention .sh.
I personally use these to do some repetitive tasks like deploying a new post to this site.
To run a bash script you need to use the following command syntax in the...
blogs.chaitanyashahare.com1 min read