IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 6:29:10 PM (21 years ago)
Author:
eugene
Message:

fixed up some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/scripts/sched.pro

    r2598 r4451  
    11
    2 task foo
    3   command ls foo baz
    4   periods -poll 2.0
    5   periods -exec 1.0
    6   periods -timeout 5.0
    7   host kiawe
     2task test
     3  command sched.test
     4  periods -poll 1.0
     5  periods -exec 2.0
     6  periods -timeout 2.0
     7  host local
     8  # local is default
     9
     10  task.exec
     11    echo "starting job sched.test"
     12  end
    813
    914  task.exit 0
     15    echo stdout: $stdout
     16    echo stderr: $stderr
     17    exec echo "foo bar" >> failure.log
     18    output test.log
     19    echo $stdout
     20    output stdout
    1021    echo "successful job"
    1122  end
    1223
    1324  task.exit 1
     25    echo stdout: $stdout
     26    echo stderr: $stderr
    1427    echo "failed job"
    1528  end
     
    2235    echo "job timed out"
    2336  end
    24 
    25   task.exec
    26     echo "starting job foo"
    27   end
    2837end
Note: See TracChangeset for help on using the changeset viewer.