I have a Wrapper-Script running several scripts at once. I would like to schedule the wrapper to be run every friday morning. Cron jobs are disabled for this server, therefore I cannot use cron.
What would be the best way to schedule the execution of a unix-script wihtout using cron?
Cheers