Closed FintasticMan closed 1 year ago
Apply some suggestions from shellcheck. It also suggests replacing the ls -l with find, which I agree with, but that changes the order the files get outputted in. This means that the left/right is even less reliable.
shellcheck
ls -l
find
It also suggests replacing the ls -l with find, which I agree with, but that changes the order the files get outputted in
Can probably just use a sort to ensure ordering of ports in order?
Apply some suggestions from
shellcheck
. It also suggests replacing thels -l
withfind
, which I agree with, but that changes the order the files get outputted in. This means that the left/right is even less reliable.