|
|
|
|
|
by JoeyBananas
1810 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. |
|