Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hayat01sh1da/shellscript


https://github.com/hayat01sh1da/shellscript

Last synced: 3 days ago
JSON representation

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.
```