shell-source(3)
source_if_executable, source_if_exists, source_if_notempty - functions to source (include in runtime) another scripts with some conditions
- source_if_executable file arg1 arg2
- source_if_exists file arg1 arg2
- source_if_notempty file arg1 arg2
Function executes commands from file in the current environment if file is executable.
Function executes commands from file in the current environment if file exists.
Function executes commands from file in the current environment if file is not empty.
Authors and contributors of the programs included in the libshell package are listed in the COPYING file.
Report bugs to the authors.