| #!/bin/bash |
| |
| ## ----------------------------------------------------------------------- |
| ## ----------------------------------------------------------------------- |
| function __anonymous() |
| { |
| cat <<EOT |
| |
| ** ----------------------------------------------------------------------- |
| ** [TODO] |
| ** ----------------------------------------------------------------------- |
| o --component bbsim --component ci-management |
| # Component not working unless project passed |
| project = VOL AND component in (bbsim, bbsim-sadis-server, ci-management) |
| EOT |
| return |
| } |
| |
| __anonymous |
| unset __anonymous |
| |
| : # ($?==0) for source script return |
| # [EOF] |