3 comments

[ 3.3 ms ] story [ 15.5 ms ] thread
there is a reason why this hasn't been done in the decades since bash was created
And what reason is that?
If you need to call one bash script from another bash script, you're not supposed to include it like a Python library. Instead, there is a "unix way" of doing things: just directly call one program from the other program.