# HG changeset patch # User viric@mandarina # Date 1234996967 -3600 # Node ID 56061026d1683a7b46753a0cb41573affd84a353 # Parent 1b7a31342f43362e443beedca531641a51d2a50a Removing advises against -D in TRICKS diff -r 1b7a31342f43 -r 56061026d168 TRICKS --- a/TRICKS Wed Feb 18 23:25:41 2009 +0100 +++ b/TRICKS Wed Feb 18 23:42:47 2009 +0100 @@ -29,15 +29,6 @@ $ ( ts -w ; xmessage Finished! ) & -Dependant commands -------------------------- -If you want your command to be run only if the job before went well, -use the parameter -d. -If you want a job to be executed depending on the result of any -previous job run, you can enqueue this way: -$ ts sh -c 'ts -w JOBID && NEWCOMMAND' - - Killing process groups ------------------------- ts creates a new session for the job, so the pid of the command run can be