Add README file

This commit is contained in:
2025-12-14 19:13:34 +00:00
parent 50379539af
commit 57e954511d

12
README.md Normal file
View File

@@ -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