▲ | kayson 2 days ago | |
Or use shellcheck: https://www.shellcheck.net/ | ||
▲ | burnt-resistor 2 days ago | parent [-] | |
Tl;dr: Use both because they aren't mutex. Shellcheck isn't a complete solution, and running -e mode is essential to smaller bash files. Shellcheck even knows if a script is in -e mode or not. |