A collection of useful Bash scripts to help automate common tasks and improve productivity.
This repository contains a set of standalone Bash scripts that you can run on any Unix‑like system (Linux, macOS, etc.). Each script is designed to be simple, clear, and portable. Use them to save time, avoid repetition, and make your workflow smoother.
| Script / Directory | Description |
|---|---|
SSH helper |
(Describe what it does — e.g. quickly set up SSH keys / simplify SSH login / automate SSH‑related tasks) |
ytGrab |
(Describe what it does — e.g. download YouTube videos, extract audio, etc.) |
| Other scripts | Add other script names and their descriptions here |
⚠️ Note: Make sure to inspect each script before running, especially when using withsudo, network, or file‑modifying operations.
- Clone the repository:
git clone https://github.com/Anush980/bash‑scripts.git cd bash‑scripts - Make a script executable (if it isn’t already):
chmod +x script-name.sh
- Run the script:
./script-name.sh
-
Example for using
ytGrab:cd /ytGrab ./ytgrab.sh -
Example for using
SSH helper:cd SSH\ helper/ ./ssh.sh
-
Example for using
SSH helper:mpv --cache=yes --cache-secs=240 "https://iptv-org.github.io/iptv/index.m3u"
(Add more usage instructions as needed.)
Feel free to contribute! If you have a useful Bash script you’d like to add, please:
- Fork this repository.
- Add your script with a meaningful name and clear description.
- Update this README with the new script’s description and usage.
- Submit a pull request.
- Scripts are written for Bash and may not work under other shells.
- Some scripts may depend on external tools (e.g.
curl,wget,ffmpeg, etc.) — make sure dependencies are installed. - Use at your own risk. Always review scripts before executing them.
MIT License