Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayat01sh1da/shellscript
https://github.com/hayat01sh1da/shellscript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hayat01sh1da/shellscript
- Owner: hayat01sh1da
- Created: 2019-03-06T01:09:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T09:56:00.000Z (over 4 years ago)
- Last Synced: 2023-07-05T20:17:17.744Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1. Environment
- WSL(Ubuntu 24.04.1 LTS)
- GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)## 2. How to Use
Execute the shellscript you would like to run with `bash` command.
`sh` command does not work in executing some files.```command
$ bash ./shellscripts/input.sh
Please input your name: hayat01sh1da
Hi, hayat01sh1da.
```