13 lines
204 B
Markdown
13 lines
204 B
Markdown
#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
|
|
|
|
|