As part of a slightly complex script, I need to tell a server to run a simulation. Normally, I would achieve this by doing ssh user@server \'simulation/script\'
ssh user@server \'simulation/script\'
I think it is much easier doing:
sleep n && command
where n is number of seconds.
n