A curated collection of simple yet effective scripts for various tasks.
This repository contains a variety of shell scripts and other utilities to automate common tasks.
Script | Description |
---|---|
convert-webp.sh |
Converts images to WebP format. |
genpasswd.sh |
Generates a random password. |
resize-img.sh |
Resizes images while maintaining aspect ratio. |
optimize-png.sh |
Optimizes PNG images for smaller file size. |
update-system.sh |
Updates packages on a Linux system. |
backup.sh |
Creates a simple backup of specified directories. |
More scripts can be found in the repository.
Make sure the script is executable:
chmod +x script.sh
Then run it:
./script.sh
Some scripts may require additional parameters. Use:
./script.sh --help
to see usage instructions if available.
- Most scripts are written in Bash and should work on any Unix-like system.
- Some scripts may require additional dependencies (e.g.,
imagemagick
for image processing).
This repository is licensed under the MIT License.
Feel free to fork this repository, submit pull requests, or suggest new scripts via issues.