Hacker News new | ask | show | jobs
by andyana 1810 days ago
And what reason is that?
1 comments

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.