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

https://github.com/asifrahaman13/bash-scripts

This repository is mainly consists of collection of several small bash scripts.
https://github.com/asifrahaman13/bash-scripts

bash

Last synced: 2 months ago
JSON representation

This repository is mainly consists of collection of several small bash scripts.

Awesome Lists containing this project

README

          

# About the repo

This repository is mainly consists of collection of several small bash scripts.

Change the permission of the bash scripts in the repository to give it executable permissions.

```bash
chmod +x ./path_to_script.sh
```

Next runt the script.

```bash
bash ./path_to_script.sh
```