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.
- Host: GitHub
- URL: https://github.com/devlights/try-shellscript
- Owner: devlights
- License: mit
- Created: 2020-01-19T16:39:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T06:29:11.000Z (over 3 years ago)
- Last Synced: 2025-02-08T00:44:14.066Z (4 months ago)
- Topics: bash, linux, macos, shell, shell-script, shell-scripts
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# try-shellscript
[](https://www.codefactor.io/repository/github/devlights/try-shellscript)
[](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
```