I have a bash file with a list of functions. If I add to other script the header:
source /myusefulfuncionlist.sh
they can call the functions inside the file.
Is there a way to avoid this add to keep it DRY? If I add to /etc/bash.bashrc I can access function from user shell but scripts won't.