Y
Hacker News
new
|
ask
|
show
|
jobs
by
andyana
1810 days ago
And what reason is that?
1 comments
JoeyBananas
1809 days ago
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.
link