-
Indrajit Raychaudhuri authored
Usage of `(( ... ))` over `[[ ... ]]` is preferred for arithmetic expression since the former is less error prone. Also, unset local variable whenever possible.
Indrajit Raychaudhuri authoredUsage of `(( ... ))` over `[[ ... ]]` is preferred for arithmetic expression since the former is less error prone. Also, unset local variable whenever possible.
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
Loading