Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bash‑scripts

A collection of useful Bash scripts to help automate common tasks and improve productivity.

📋 Overview

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.

📂 Contents

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 with sudo, network, or file‑modifying operations.

🚀 Getting Started

  1. Clone the repository:
    git clone https://github.com/Anush980/bash‑scripts.git
    cd bash‑scripts
  2. Make a script executable (if it isn’t already):
    chmod +x script-name.sh
  3. Run the script:
    ./script-name.sh

🛠️ Usage Examples

  • 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.)

📚 Contributing

Feel free to contribute! If you have a useful Bash script you’d like to add, please:

  1. Fork this repository.
  2. Add your script with a meaningful name and clear description.
  3. Update this README with the new script’s description and usage.
  4. Submit a pull request.

ℹ️ Known Issues & Limitations

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

📝 License

MIT License


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages