mirror of
https://github.com/3ndG4me/AutoBlue-MS17-010
synced 2026-06-08 10:17:11 +00:00
67759ed80c
I made the following changes to improve portability, readability, and organization:
Replaced Double Square Brackets with Single Square Brackets:
Replaced [[ ... ]] with [ ... ] to ensure compatibility with various shell interpreters.
Simplified Nested If Statements:
Simplified nested if statements for better readability and clarity.
Used -p Option with read Command:
Utilized the -p option with the read command to display a prompt message directly on the same line. 💻
Consolidated Common Code:
Consolidated common code blocks to avoid repetition and improve maintainability.