https://github.com/mertturkmenoglu/shell
Shell scripting examples
https://github.com/mertturkmenoglu/shell
Last synced: 3 months ago
JSON representation
Shell scripting examples
- Host: GitHub
- URL: https://github.com/mertturkmenoglu/shell
- Owner: mertturkmenoglu
- License: gpl-3.0
- Created: 2019-06-06T21:45:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T16:54:21.000Z (almost 6 years ago)
- Last Synced: 2025-06-17T03:07:13.161Z (4 months ago)
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

  
# 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