I\'m trying to run a command at a specific time. I\'ve looked at the \"at\" command, but I don\'t know how to get it working...
Here\'s what I do:
at 184
You could try this:
at 1843 <<_EOF_ php /run/this/script.php _EOF_
edit if what you want to do is run Firefox, try this:
at 1843 <<_EOF_ DISPLAY=:0.0 /usr/bin/firefox _EOF_