# | Line 1 | Line 1 | |
---|---|---|
1 | < | bossAdmin registerProgram -name cmssw -schema cmsswSchema -pre cmsswPreprocess -post cmsswPostprocess -runtime cmsswRuntimeprocess -comment "cmssw program type" $1 $2 |
1 | > | #!/bin/sh |
2 | > | |
3 | > | bossAdmin registerProgram -name cmssw -schema $BOSS_ROOT/Examples/cmsswSchema -pre $BOSS_ROOT/Examples/cmsswPreprocess -post $BOSS_ROOT/Examples/cmsswPostprocess -runtime $BOSS_ROOT/Examples/cmsswRuntimeprocess -comment "cmssw program type" $@ |
4 | ||
5 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |