8 ms·
Shellcheck is great, but dealing with source/imports is suuuch a pain. Not their fault sh is a nightmare.
by wittekm 3y ago
Shellcheck is great, but dealing with source/imports is suuuch a pain. Not their fault sh is a nightmare.
- johnchristopher 3y agoWell, it's possible to do this: # shellcheck source=./deployment/deployment-example.env . "${1}" But I see how it's a pain point when you have multiple subshell scripts and files to source.