rolln1up
Well-Known Member
there is a built-in shell command called "sleep" that should do the trick (time is in seconds by default)...
so something like this...
( sleep 900; sh command_to_turn_on_lights >& errors) &
I need to run the script as root on boot to allow it to access the parallel port any suggestions?