Joey Armstrong | 76f861a | 2024-03-13 16:01:24 -0400 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
| 3 | ## ----------------------------------------------------------------------- |
| 4 | ## ----------------------------------------------------------------------- |
| 5 | function __anonymous() |
| 6 | { |
| 7 | cat <<EOT |
| 8 | |
| 9 | ** ----------------------------------------------------------------------- |
| 10 | ** [TODO] |
| 11 | ** ----------------------------------------------------------------------- |
| 12 | o --component bbsim --component ci-management |
| 13 | # Component not working unless project passed |
| 14 | project = VOL AND component in (bbsim, bbsim-sadis-server, ci-management) |
| 15 | EOT |
| 16 | return |
| 17 | } |
| 18 | |
| 19 | __anonymous |
| 20 | unset __anonymous |
| 21 | |
| 22 | : # ($?==0) for source script return |
| 23 | # [EOF] |