Import Functions from Libraries Linux Shell Programming BASH Tutorial

preview_player
Показать описание


This Video Brought to you by:
Steve Morreale - Patreon supporter
Рекомендации по теме
Комментарии
Автор

OK, didn't know this.

I use exec but will change that since this is running in he same process I don"t have to export all the variables from the calling script.

Thx :)

AliensInc.
Автор

Now take that scrambled output and make it make the way it was before with help of a script :)

Mysticsam
Автор

could you do this with just a text file that has a bunch of commonly used functions, like `source /foo/bar/baz/functions.txt`?

ChozoSR
Автор

So the library is a directory that includes files with functions, or is it a file with different functions?

janlochman
Автор

What plugin did you use to show the pop-up list of directories?

danielmartana
Автор

I'm confused. I understand sourcing the scramble script, but how did 'scramble' know to call the lib you sourced??

segaboy