Is there a way to include another shell script in a shell script to be able to access its functions?
Like how in PHP you can use the include directive with
include
Yes, use source or the short form which is just .:
.
. other_script.sh