Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muhthoriqas/basic-bash-scripting
- Owner: Muhthoriqas
- License: mit
- Created: 2023-03-07T21:20:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-11T07:52:26.000Z (over 1 year ago)
- Last Synced: 2024-04-21T22:28:24.481Z (7 months ago)
- Topics: learn-bash, learn-bash-scripting, learn-linux, learn-shell, learn-shell-language
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.