https://github.com/georgiosdrivas/bash-scripts
A collection of handy Bash scripts to automate common developer tasks.
https://github.com/georgiosdrivas/bash-scripts
Last synced: 10 months ago
JSON representation
A collection of handy Bash scripts to automate common developer tasks.
- Host: GitHub
- URL: https://github.com/georgiosdrivas/bash-scripts
- Owner: GeorgiosDrivas
- Created: 2025-02-03T16:15:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T11:15:43.000Z (11 months ago)
- Last Synced: 2025-03-30T17:14:01.227Z (10 months ago)
- 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
Useful Scripts Repository
Welcome to Useful Scripts – a collection of handy Bash scripts to automate common developer tasks. Whether you're working with Git, DevOps, web development, or system administration, these scripts will save you time and effort! 🚀
🚀 How to Use
Clone the repository
git clone https://github.com/GeorgiosDrivas/useful-scripts.git
cd useful-scripts
Make a script executable
chmod +x script.sh
Run the script
./script.sh
- Make sure the script does not require any arguments before running it.
🤝 Contributing
This project is in continuous development, as many scripts will be added.
Have a useful script to share? Feel free to submit a pull request! Contributions are welcome. 😊
⭐ Star the Repo!
If you find these scripts helpful, don't forget to star this repository!