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

https://github.com/devlights/try-shellscript

This is my TUTORIAL project for shell scripts.
https://github.com/devlights/try-shellscript

bash linux macos shell shell-script shell-scripts

Last synced: about 2 months ago
JSON representation

This is my TUTORIAL project for shell scripts.

Awesome Lists containing this project

README

        

# try-shellscript

[![CodeFactor](https://www.codefactor.io/repository/github/devlights/try-shellscript/badge)](https://www.codefactor.io/repository/github/devlights/try-shellscript)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/devlights/try-shellscript)

---

This is my TUTORIAL project for shell(bash) scripts.

## bash version

```shell
$ bash --version | head -n 1
GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)
```

## Run

```shell
$ make run
```