blob: c083b7792ec4717f11c0dd1aa28838f2586aab74 [file] [log] [blame]
#!/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]