diff --git a/README.md b/README.md new file mode 100644 index 0000000..8612768 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +#DevOps Bash Scripts + This Repo contains simple Bash scripts created during my DevOps learning. + +##Scripts +- #!/bin/bash +- script.sh - first Bash script + +## How to Run: + chmod +x script.sh + ./script.sh + +