Skip to content

Commit ab57a1c

Browse files
Update README.md
1 parent e17fdfe commit ab57a1c

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

README.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
# Shell-scripting
2-
## Inspired by A Project-Based Approach Shell Scripting Course <br/>
2+
## Includes own developed Prod Scripts and A Project-Based Shell Scripts <br/>
33
## Technologies and Tools <br/>
4-
![](https://img.shields.io/badge/🐧%20OS-Linux/Windows-brightgreen) ![](https://img.shields.io/badge/🧰%EF%B8%8FShell-Bash-brightgreen) ![](https://img.shields.io/badge/👷%20Version%20Control-Git-brightgreen) ![](https://img.shields.io/badge/☁%20Cloud-Vagrant-brightgreen) ![](https://img.shields.io/badge/📦%20Tools-CentOS%207-brightgreen) ![](https://img.shields.io/badge/🛠%20Tools-VSCode-brightgreen)
5-
6-
**Goal:** <br/>
7-
The goal of this repository is to run shell scripts in a local Linux lab environment. Once you have the environment
8-
configured you can quickly and easily create and destroy Linux virtual machines on your Windows,
9-
Mac, or Linux computer.
10-
11-
*First Part of Scripting* <br/>
12-
Add users to a Linux system <br/>
13-
All basics in the process <br/>
14-
15-
*Second Part of Scripting* <br/>
16-
Text and data manipluation through pipes<br/>
17-
Handling command line arguments <br/>
18-
Using special positional parameters <br/>
19-
Generating random Passwords <br/>
20-
21-
*Additionally* <br/>
22-
Using for and while loops <br/>
23-
Mastering I/O <br/>
24-
Linux programming conventions <br/>
4+
![](https://img.shields.io/badge/🐧%20OS-Linux/RHEL/CentOS/Windows-darkred) ![](https://img.shields.io/badge/🧰%EF%B8%8FShell-Bash-darkgreen) ![](https://img.shields.io/badge/👷%20Version%20Control-Git-black) ![](https://img.shields.io/badge/☁%20Cloud-AWS-orange) ![](https://img.shields.io/badge/🖥️VM-Vagrant/VMWARE/Docker-red) ![](https://img.shields.io/badge/🛠%20Tools-VSCode-blue)
5+
6+
**Description:** <br/>
7+
The purpose of this repository files is to run shell scripts in a local Linux lab environment and test them before deploying the prod environment. Once you have the environment configured you can quickly and easily create and destroy Linux virtual machines on your Windows, Mac, or Linux computer.
8+
9+
*Use case of Scripts* <br/>
10+
- Add users to a Linux system <br/>
11+
- All basics in the process <br/>
12+
- Text and data manipluation through pipes<br/>
13+
- Handling command line arguments <br/>
14+
- Using special positional parameters <br/>
15+
- Generating random Passwords <br/>
16+
- Using for and while loops <br/>
17+
- Mastering I/O <br/>
18+
- Linux programming conventions <br/>
2519

2620
## How to run <br/>
2721
Install an SSH Client (Windows Users Only) <br/>

0 commit comments

Comments
 (0)