(I guess this is the right place to put this)
How do you call functions from a shell script that are in files other than the shell script itself? I saw an example of this in the vasm scripts in /sbin. There is a vasm script and a vasm-functions script. At different points, vasm or a script that vasm executes call functions from the vasm-functions script such as check_root. I tried to call a function in a "functions" script (for a script that I am writing) in the (I think) the same way that the vasm script did it but I couldn't get it to work. Help?