Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhthoriqas/basic-bash-scripting

My learning progress about bash/shell scripting
https://github.com/muhthoriqas/basic-bash-scripting

learn-bash learn-bash-scripting learn-linux learn-shell learn-shell-language

Last synced: about 6 hours ago
JSON representation

My learning progress about bash/shell scripting

Awesome Lists containing this project

README

        



# My Learn Shell Scripting Repository

Welcome to my repository for learning Shell scripting! In this repository, you will find various Bash scripts that I have written while learning Bash.

## Table of Contents

- [Introduction](#introduction)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Introduction

Bash is a popular Unix shell and command language that allows you to automate tasks, write scripts, and more.
I created this repository to document my learning journey and share the scripts I have written with others who are also learning Bash

## Usage

1. To use any of the scripts in this repository, simply download the script and run it in your Bash shell:

```bash main.sh ```

2. Make sure that the script has execute permissions before running it:

```$ chmod +x main.sh ```

## Contributing
If you have any Bash scripts that you would like to share or any improvements to suggest, feel free to contribute to this repository! Fork the repository, make your changes, and submit a pull request.

## License
This repository is licensed under the MIT License. See the LICENSE file for more information.