Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.14 KB

File metadata and controls

29 lines (16 loc) · 1.14 KB

Scripts

A collection of utility scripts designed to streamline various tasks. Some of the scripts were developed with the assistance of AI tools. Please review and use them at your discretion.


Script Overview

file-unblock

This folder contains utilities to remove the "blocked" status from files downloaded from the internet on Windows systems. Blocking often occurs for files from untrusted sources and can prevent execution, editing, or cause warning prompts.

git-automation

Automates the process of staging, committing, and pushing changes to a Git repository. Ideal for quick updates without manual Git commands.

validate_checksum.ps1

Validates the integrity of files by comparing their checksums against expected values. Useful for ensuring file authenticity and integrity.


⚠️ Disclaimer

These scripts are provided "as-is" and may require modifications to fit specific use cases. Always review and test scripts in a controlled environment before deploying them in production.


Feedback & Contributions

Contributions, suggestions, and feedback are welcome! Feel free to open an issue or submit a pull request.