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.
- Host: GitHub
- URL: https://github.com/asifrahaman13/bash-scripts
- Owner: asifrahaman13
- Created: 2024-03-02T06:58:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:35:46.000Z (about 2 years ago)
- Last Synced: 2025-09-14T20:47:54.759Z (10 months ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```