De help exec
:
exec: exec [-cl] [-a name] [command [arguments ...]] [redirection ...]
Replace the shell with the given command.
Você não deseja substituir o shell atual (o que impedirá que a execução de scripts atinja qualquer comando subseqüente): use apenas date
echo "HELLO"
date
echo "HI"