Raymond Lewis Rebbeck schrieb:

How about running the script in a screen session?

Another one:
Put that script in a "script file" (like /tmp/script). Then setup
an "at" job, which will execute this:

        at now + 1minute < /tmp/script

And finally, it might be enough to make the shell ignore the HUP
(Hang Up) signal, by using nohup:

        nohup sh /tmp/script

Alexander Skwar
--
"It runs like _x, where _x is something unsavory"
                -- Prof. Romas Aleliunas, CS 435
--
gentoo-user@gentoo.org mailing list

Reply via email to