ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/registerTestProgram
(Generate patch)

Comparing COMP/BOSS/Examples/registerTestProgram (file contents):
Revision 1.1.1.1 by elmer, Tue Jan 10 13:06:55 2006 UTC vs.
Revision 1.2 by gcodispo, Mon Sep 11 15:03:45 2006 UTC

# Line 1 | Line 1
1 + #!/bin/sh
2  
3 <
3 < bossAdmin registerProgram -name test -schema schema -pre preprocess -post postprocess -runtime runtimeprocess -comment "Standard test program"
3 > bossAdmin registerProgram -name test -schema $BOSS_ROOT/Examples/schema -pre $BOSS_ROOT/Examples/preprocess -post $BOSS_ROOT/Examples/postprocess -runtime $BOSS_ROOT/Examples/runtimeprocess -comment "Standard test program" $@
4  
5  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines