Skip to content
/ scripts Public

this is mainly a junkyard containing some useful, some experimental and some dangerous scripts

Notifications You must be signed in to change notification settings

qrzn/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts – A Collection of Useful Scripts

A curated collection of simple yet effective scripts for various tasks.

📂 Repository Structure

This repository contains a variety of shell scripts and other utilities to automate common tasks.

📜 Available Scripts

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.

🛠️ Usage

Running a Script

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.

⚡ Requirements

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

📜 License

This repository is licensed under the MIT License.

🤝 Contributions

Feel free to fork this repository, submit pull requests, or suggest new scripts via issues.

About

this is mainly a junkyard containing some useful, some experimental and some dangerous scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published