loggedcron.bash — Wrapper script to log output from wrapped executable. Intended to be used in cron jobs.
loggedcron.bash [worker] [arguments]
Runs the worker and saves the output in file : ~/cron_logs/worker/<date> . Also records the date/time of execution and the name of the worker script.
Worker can be executable or script. Worker is expected to run w/o arguments.