I have this shell script scheduled to run periodically doing some maintenance duties. Now, lots of commands have accumulated into this one shell script, including but not limited to database exports, checks, file backups (tar & gzip combination), etc, etc.
Now I really would like to have the...