This short script uses ldd to find the shared library dependencies for a given executable file, then the executable and all of the files that it depends on are packaged using
tar. This is great for making backups or relocating an executable to another machine where necessary the libraries might be missing. You are free to use this script however you
see fit as long as you agree to the following disclaimer: Disclaimer: this script is provided as is and without any warrenty, not even the implied warrenties of merchantability
or fitness for a particular purpose. I explicitly disclaim responsibility for this script including any damages that might result from your use or misuse of the script.