Shell scripting
A shell script for DevOps can automate deployment or infrastructure tasks, such as deploying applications to servers, setting up cloud resources, or running tests.
What is #!/bin/bash? can we write #!/bin/sh as well?
sh stands for "shell" and refe...
pardeepkaur.hashnode.dev1 min read