5 ms·
> The whole point of scripts is for them to be dead simple. To that end, would it not make more sense to always use `[[ ... ]]` for conditions, when I know my
by squirt 4y ago
> The whole point of scripts is for them to be dead simple.
To that end, would it not make more sense to always use `[[ ... ]]` for conditions, when I know my .bash scripts will always be invoked by bash?
Consistency is simple.