Changeset 4451 for trunk/Ohana/src/opihi/scripts/sched.pro
- Timestamp:
- Jul 4, 2005, 6:29:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/scripts/sched.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/scripts/sched.pro
r2598 r4451 1 1 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 2 task 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 8 13 9 14 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 10 21 echo "successful job" 11 22 end 12 23 13 24 task.exit 1 25 echo stdout: $stdout 26 echo stderr: $stderr 14 27 echo "failed job" 15 28 end … … 22 35 echo "job timed out" 23 36 end 24 25 task.exec26 echo "starting job foo"27 end28 37 end
Note:
See TracChangeset
for help on using the changeset viewer.
