Skip to content
  • Leigh B. Stoller's avatar
    Two new functions: · 27cc5adc
    Leigh B. Stoller authored
    * A node method to create a startup routine:
    
    	$node start-command "$mydir/batchcmd.sh >& $mydir/b1.log"
    
    * And some old style syntactic pepper:
    
    	tb-set-node-startcommand $nodeb1 "$mydir/batchcmd.sh >& $mydir/b1.log"
    
    The latter is intended to replace the exiting tb-set-node-startup
    function. The new implementation of the above is to use a program
    object that starts at time 0.
    27cc5adc