See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| :: Batch Script: block_folder.bat | |
| :: Author: https://github.com/ph33nx | |
| :: Description: Blocks all .exe files in the specified folder (and subfolders) from accessing the internet (both inbound and outbound) using Windows Firewall. | |
| :: Usage: | |
| :: block_folder.bat [FolderPath] | |
| :: - Pass the folder path containing the .exe files to block. | |
| :: block_folder.bat -h | |
| :: - Displays this help message. | |
| :: Check for admin rights and relaunch as admin if not already |