simple-bash-scripts icon indicating copy to clipboard operation
simple-bash-scripts copied to clipboard

Update to modern POSIX specifications; Remove legacy bash notation

Open ChimaAmu opened this issue 2 months ago • 0 comments

Updating script to modern POSIX specifications and removing legacy bash notation for clearer readability (e.g. $() over backticks, and "printf | cut" over "expr substr"). $Dollar notation is also not needed in arithmetic variables.

ChimaAmu avatar Nov 06 '25 19:11 ChimaAmu