Closed IvDoorn closed 12 months ago
The command uname -m is executed multiple times, and it would be nicer to move it to a global variable for reuse. At the same time, we should rename the variable to a better name.
uname -m
nice simplification, thank you!
The command
uname -m
is executed multiple times, and it would be nicer to move it to a global variable for reuse. At the same time, we should rename the variable to a better name.