high-yak-85899
07/01/2023, 12:32 AMa_dir -> some_shell.sh
b_dir -> another_shell.sh
and write source a_dir/some_shell.sh
in another_shell.sh
, pants correctly infers my dependencies. However, that obviously doesn't work in application because I'd really need source ../a_dir/some_shell.sh
or something similar. What's the right way to do/organize this?high-yak-85899
07/01/2023, 12:34 AMshellcheck
comment to make inference work, but 🤷broad-processor-92400
07/01/2023, 8:29 AMhigh-yak-85899
07/01/2023, 4:33 PM