B3TA-BLOCKER / Bash-Playbook

A collection of Bash scripts for learning and sharing scripting skills. Dive in, contribute, and enhance your Bash expertise!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash Playbook πŸ’»

Welcome to the Bash Playbook Repository! This repository is dedicated to storing and sharing Bash scripts created while learning Bash scripting.

Topics Covered

  • Hello World πŸ‘‹
  • Variables πŸ’‘
  • Basic Maths βž•βž–βœ–οΈβž—
  • if Statements πŸ€”
  • Exit Codes πŸšͺ
  • While Loop πŸ”
  • Universal Update Script πŸ”„
  • For Loops πŸ”„
  • Data Streams πŸ“Š
  • Functions βš™οΈ
  • Case Statements πŸ“
  • Scheduling Jobs πŸ“…
  • Arguments πŸ“‘
  • Backup Script πŸ’Ύ
  • Ping Sweep Script 🌐
  • Password Generator πŸ”’πŸ”‘
  • File Encrypter/Decrypter πŸ“œπŸ”

Getting Started 🏁

  1. Clone the Repository:

    git clone https://github.com/B3TA-BLOCKER/Bash-Playbook.git
    cd Bash-Playbook

    2 Explore Bash Scripts:

    • Browse through the repository to find various Bash scripts
    • Each script may be accompanied by a README file explaining its purpose and usage.

    3 Contribute Your Own Bash Script 🀝

    • Create a new Bash script or modify an existing one.

    • Add a descriptive README file explaining the script's purpose, usage, and any dependencies.

    • Commit your changes and push them to the repository.

      git add your_script.sh
      git add README.md
      git commit -m "Add my awesome Bash script"
      git push origin main

    4 Repository Structure

    • The repository is organized as follows:

      scripts/: Contains various Bash scripts.
      README.md: This file provides an overview of the repository and instructions on getting started.

About

A collection of Bash scripts for learning and sharing scripting skills. Dive in, contribute, and enhance your Bash expertise!

License:MIT License


Languages

Language:Shell 100.0%