https://github.com/2kabhishek/shell-scripts
Utilities on the shell 🐚🔦
https://github.com/2kabhishek/shell-scripts
bash reference referrence scripts shell tools utilities
Last synced: about 1 month ago
JSON representation
Utilities on the shell 🐚🔦
- Host: GitHub
- URL: https://github.com/2kabhishek/shell-scripts
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-08-01T15:39:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T06:00:34.000Z (over 1 year ago)
- Last Synced: 2025-03-01T12:48:14.328Z (over 1 year ago)
- Topics: bash, reference, referrence, scripts, shell, tools, utilities
- Language: Shell
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
A collection of shell scripts for various utilities.
## Inspiration
Needed a place to store all the scripts I write.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `bash`
## Getting shell-scripts
To get shell-scripts, follow these steps:
```bash
git clone https://github.com/2kabhishek/shell-scripts
cd shell-scripts/scripts
```
## Using shell-scripts
All scripts are placed under the `scripts` directory, feel free to edit them or use them as reference.
## How it was built
shell-scripts was built using `neovim`
## What I learned
- The quirks and gotchas of bash syntax, the most common one: avoid spaces in assignments `var=1`.
## What's next
Will be adding more scripts.
Hit the ⭐ button if you found this useful.
## More Info