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

https://github.com/mertturkmenoglu/shell

Shell scripting examples
https://github.com/mertturkmenoglu/shell

Last synced: 3 months ago
JSON representation

Shell scripting examples

Awesome Lists containing this project

README

          

![Bash Logo](https://github.com/odb/official-bash-logo/blob/master/assets/Logos/Icons/PNG/256x256.png?raw=true)

![GitHub top language](https://img.shields.io/github/languages/top/mertturkmenoglu/shell) ![GitHub](https://img.shields.io/github/license/mertturkmenoglu/shell) ![GitHub followers](https://img.shields.io/github/followers/mertturkmenoglu?style=social)
# Shell Programming Examples
***
# Description
* This repository contains my **Bash script** examples.
* Official GNU website: https://www.gnu.org/home.en.html
* Bash logo GitHub page: https://github.com/odb/official-bash-logo
* See the LICENSE file for details.
* You need **Bash Shell** or another compatible shell on your system.
# Resources For Learning Bash Programming
* This part will be updated
# Build
#### Tools Required
* **Shell**
* A text editor(**VSCode**, Atom, Sublime, Vim, Emacs, Nano, ...)
#### Setup
* You need **bash** on your system.
* **Fork** and **clone** the repository:
* After getting repository on your local environment, create a branch.
* After getting repository on your local environment, a simple running process:
```
cd shell
cd example_001
chmod +x script.sh
./script.sh
```
***
# Contributing
* Fork and clone the repository.
* Follow the steps under the build chapter.
* Make your contribution.
* Push and open a pull request.
* All ideas and helps are welcome. For more, please contact with me.
# Authors
* Mert Türkmenoğlu