I want my bash-script to sleep until a specific time. So I want a command like "sleep" which takes no interval but a end-time and sleeps until then.
The "at"-deamon is no solution as I need to block a running script until a date/time.
Is there such a command?